Html Css Color HEX #031876 Sapphire

📋 copy color: '#031876'

red 3 ◦ green 24 ◦ blue 118

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

Shades of Sapphire #031876

Tints of Sapphire #031876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 81.38%

R = 2.07%
G = 16.55%
B = 81.38%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#031876 (or 0x031876) is known color: Sapphire. HEX triplet: 03, 18 and 76. RGB value is (3,24,118). Sum of RGB (Red+Green+Blue) = 3+24+118=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 118 (46.48% from 255 or 81.38% from 145); Max value from RGB is 118 - color contains mainly: blue. Hex color #031876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031876 is #FCE789. Grayscale: #1C1C1C. Windows color (decimal): -16574346 or 7739395. OLE color: 7739395.

HSL color Cylindrical-coordinate representation of color #031876: hue angle of 229.04º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031876 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 24 118 -
CMYK 0.97 0.80 0 0.54
HSL 229.04º 0.95% 0.24% -
HSV(B) 229.04º 0.97% 0.46% -
XYZ 3.63 1.98 17.33 -
YUV 28.44 178.54 109.86 -
System Red Green Blue C M Y K H S L
Decimal 3 24 118 0.97 0.80 0 0.54 229.04 0.95 0.24
Hex 3 18 76 61 50 0 36 E5 5F 18
Octal 3 30 166 141 120 0 66 345 137 30
Binary 11 11000 1110110 1100001 1010000 0 110110 11100101 1011111 11000

Color Harmonies of #031876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031876

Black with #031876

Text Example


Text Example

White with #031876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031876; }

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

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

background-color css

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

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

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

border-color css

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

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

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