Html Css Color HEX #031776 Sapphire

📋 copy color: '#031776'

red 3 ◦ green 23 ◦ blue 118

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

Shades of Sapphire #031776

Tints of Sapphire #031776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.97%

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

R = 2.08%
G = 15.97%
B = 81.94%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#031776 (or 0x031776) is known color: Sapphire. HEX triplet: 03, 17 and 76. RGB value is (3,23,118). Sum of RGB (Red+Green+Blue) = 3+23+118=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 118 (46.48% from 255 or 81.94% from 144); Max value from RGB is 118 - color contains mainly: blue. Hex color #031776 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031776 is #FCE889. Grayscale: #1B1B1B. Windows color (decimal): -16574602 or 7739139. OLE color: 7739139.

HSL color Cylindrical-coordinate representation of color #031776: hue angle of 229.57º 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 #031776 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 23 118 -
CMYK 0.97 0.81 0 0.54
HSL 229.57º 0.95% 0.24% -
HSV(B) 229.57º 0.97% 0.46% -
XYZ 3.61 1.94 17.32 -
YUV 27.85 178.87 110.28 -
System Red Green Blue C M Y K H S L
Decimal 3 23 118 0.97 0.81 0 0.54 229.57 0.95 0.24
Hex 3 17 76 61 51 0 36 E6 5F 18
Octal 3 27 166 141 121 0 66 346 137 30
Binary 11 10111 1110110 1100001 1010001 0 110110 11100110 1011111 11000

Color Harmonies of #031776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031776

Black with #031776

Text Example


Text Example

White with #031776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031776; }

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

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

background-color css

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

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

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

border-color css

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

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

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