Html Css Color HEX #031C78 Sapphire

📋 copy color: '#031C78'

red 3 ◦ green 28 ◦ blue 120

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

Shades of Sapphire #031C78

Tints of Sapphire #031C78

RGB

 RED value IS 3 (1.56% from 255) = 1.99%

 GREEN value IS 28 (11.33% from 255) = 18.54%

 BLUE value IS 120 (47.27% from 255) = 79.47%

R = 1.99%
G = 18.54%
B = 79.47%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#031C78 (or 0x031C78) is known color: Sapphire. HEX triplet: 03, 1C and 78. RGB value is (3,28,120). Sum of RGB (Red+Green+Blue) = 3+28+120=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 120 (47.27% from 255 or 79.47% from 151); Max value from RGB is 120 - color contains mainly: blue. Hex color #031C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C78 is #FCE387. Grayscale: #1E1E1E. Windows color (decimal): -16573320 or 7871491. OLE color: 7871491.

HSL color Cylindrical-coordinate representation of color #031C78: hue angle of 227.18º 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 #031C78 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 28 120 -
CMYK 0.98 0.77 0 0.53
HSL 227.18º 0.95% 0.24% -
HSV(B) 227.18º 0.98% 0.47% -
XYZ 3.84 2.21 17.99 -
YUV 31.01 178.22 108.02 -
System Red Green Blue C M Y K H S L
Decimal 3 28 120 0.98 0.77 0 0.53 227.18 0.95 0.24
Hex 3 1C 78 62 4D 0 35 E3 5F 18
Octal 3 34 170 142 115 0 65 343 137 30
Binary 11 11100 1111000 1100010 1001101 0 110101 11100011 1011111 11000

Color Harmonies of #031C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C78

Black with #031C78

Text Example


Text Example

White with #031C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #031C78;
 }
 .AnyTagClassName
 {
   color: #031C78;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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