Html Css Color HEX #031976 Sapphire

📋 copy color: '#031976'

red 3 ◦ green 25 ◦ blue 118

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

Shades of Sapphire #031976

Tints of Sapphire #031976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.12%

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

R = 2.05%
G = 17.12%
B = 80.82%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#031976 (or 0x031976) is known color: Sapphire. HEX triplet: 03, 19 and 76. RGB value is (3,25,118). Sum of RGB (Red+Green+Blue) = 3+25+118=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 118 (46.48% from 255 or 80.82% from 146); Max value from RGB is 118 - color contains mainly: blue. Hex color #031976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031976 is #FCE689. Grayscale: #1C1C1C. Windows color (decimal): -16574090 or 7739651. OLE color: 7739651.

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

Color convert

RGB 3 25 118 -
CMYK 0.97 0.79 0 0.54
HSL 228.52º 0.95% 0.24% -
HSV(B) 228.52º 0.97% 0.46% -
XYZ 3.66 2.02 17.34 -
YUV 29.02 178.21 109.44 -
System Red Green Blue C M Y K H S L
Decimal 3 25 118 0.97 0.79 0 0.54 228.52 0.95 0.24
Hex 3 19 76 61 4F 0 36 E5 5F 18
Octal 3 31 166 141 117 0 66 345 137 30
Binary 11 11001 1110110 1100001 1001111 0 110110 11100101 1011111 11000

Color Harmonies of #031976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031976

Black with #031976

Text Example


Text Example

White with #031976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031976; }

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

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

background-color css

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

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

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

border-color css

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

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

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