Html Css Color HEX #031878 Sapphire

📋 copy color: '#031878'

red 3 ◦ green 24 ◦ blue 120

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

Shades of Sapphire #031878

Tints of Sapphire #031878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.33%

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

R = 2.04%
G = 16.33%
B = 81.63%

CMYK

 C value IS 0.98

 M value IS 0.8

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#031878 (or 0x031878) is known color: Sapphire. HEX triplet: 03, 18 and 78. RGB value is (3,24,120). Sum of RGB (Red+Green+Blue) = 3+24+120=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 120 (47.27% from 255 or 81.63% from 147); Max value from RGB is 120 - color contains mainly: blue. Hex color #031878 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031878 is #FCE787. Grayscale: #1C1C1C. Windows color (decimal): -16574344 or 7870467. OLE color: 7870467.

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

Color convert

RGB 3 24 120 -
CMYK 0.98 0.8 0 0.53
HSL 229.23º 0.95% 0.24% -
HSV(B) 229.23º 0.98% 0.47% -
XYZ 3.75 2.03 17.96 -
YUV 28.67 179.54 109.69 -
System Red Green Blue C M Y K H S L
Decimal 3 24 120 0.98 0.8 0 0.53 229.23 0.95 0.24
Hex 3 18 78 62 50 0 35 E5 5F 18
Octal 3 30 170 142 120 0 65 345 137 30
Binary 11 11000 1111000 1100010 1010000 0 110101 11100101 1011111 11000

Color Harmonies of #031878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031878

Black with #031878

Text Example


Text Example

White with #031878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031878; }

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

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

background-color css

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

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

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

border-color css

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

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

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