#031D78

Color #031D78 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #031D78

Tints of Sapphire #031D78

Color information

#031D78 (or 0x031D78) is unknown color: approx Sapphire. HEX triplet: 03, 1D and 78. RGB value is (3,29,120). Sum of RGB (Red+Green+Blue) = 3+29+120=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 120 (47.27% from 255 or 78.95% from 152); Max value from RGB is 120 - color contains mainly: blue. Hex color #031D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D78 is #FCE287. Grayscale: #1F1F1F. Windows color (decimal): -16573064 or 7871747. OLE color: 7871747.

HSL color Cylindrical-coordinate representation of color #031D78: hue angle of 226.67º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031D78 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB329120-
CMYK0.980.7600.53
HSL226.67º95.12%24.12%-
HSV(B)226.67º97.5%47.06%-
XYZ3.872.2518-
YUV31.6177.89107.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 29 (11.72% from 255) = 19.08%
BLUE value IS 120 (47.27% from 255) = 78.95%
R=1.97%
G=19.08%
B=78.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3291200.980.7600.53226.6795.1224.12
Hex31D78624C035e35f18
Octal33517014211406534313730
Binary1111101111100011000101001100011010111100011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031D78; }

 p { color: rgb(3,29,120); }

 H1.HeaderClassName
 {
   color: #031D78;
 }
 .AnyTagClassName
 {
   color: #031D78;
 }
</style>
background-color css

<style>
 a { background-color: #031D78; }

 a { background-color: rgb(3,29,120); }

 div.DivClassName
 {
   background-color: #031D78;
 }
 .BgClassName
 {
   background-color: #031D78;
 }
</style>
border-color css

<style>
 span { border-color: #031D78; }

 span { border-color: rgb(3,29,120); }

 td.TdClassName
 {
   border-color: #031D78;
 }
 .TagClassName
 {
   border-color: #031D78;
 }
</style>