Html Css Color HEX #031D78 Sapphire

📋 copy color: '#031D78'

red 3 ◦ green 29 ◦ blue 120

#031D78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #031D78

Tints of Sapphire #031D78

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 value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#031D78 (or 0x031D78) is known color: 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

RGB 3 29 120 -
CMYK 0.98 0.76 0 0.53
HSL 226.67º 0.95% 0.24% -
HSV(B) 226.67º 0.98% 0.47% -
XYZ 3.87 2.25 18 -
YUV 31.6 177.89 107.6 -
System Red Green Blue C M Y K H S L
Decimal 3 29 120 0.98 0.76 0 0.53 226.67 0.95 0.24
Hex 3 1D 78 62 4C 0 35 E3 5F 18
Octal 3 35 170 142 114 0 65 343 137 30
Binary 11 11101 1111000 1100010 1001100 0 110101 11100011 1011111 11000

Color Harmonies of #031D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D78

Black with #031D78

Text Example


Text Example

White with #031D78

Text Example


Text Example

HTML Codes & Css Web 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>