Html Css Color HEX #031276 Navy

📋 copy color: '#031276'

red 3 ◦ green 18 ◦ blue 118

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

Shades of Navy #031276

Tints of Navy #031276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

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

R = 2.16%
G = 12.95%
B = 84.89%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#031276 (or 0x031276) is known color: Navy. HEX triplet: 03, 12 and 76. RGB value is (3,18,118). Sum of RGB (Red+Green+Blue) = 3+18+118=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 118 (46.48% from 255 or 84.89% from 139); Max value from RGB is 118 - color contains mainly: blue. Hex color #031276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031276 is #FCED89. Grayscale: #181818. Windows color (decimal): -16575882 or 7737859. OLE color: 7737859.

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

Color convert

RGB 3 18 118 -
CMYK 0.97 0.85 0 0.54
HSL 232.17º 0.95% 0.24% -
HSV(B) 232.17º 0.97% 0.46% -
XYZ 3.52 1.76 17.29 -
YUV 24.92 180.53 112.37 -
System Red Green Blue C M Y K H S L
Decimal 3 18 118 0.97 0.85 0 0.54 232.17 0.95 0.24
Hex 3 12 76 61 55 0 36 E8 5F 18
Octal 3 22 166 141 125 0 66 350 137 30
Binary 11 10010 1110110 1100001 1010101 0 110110 11101000 1011111 11000

Color Harmonies of #031276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031276

Black with #031276

Text Example


Text Example

White with #031276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031276; }

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

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

background-color css

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

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

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

border-color css

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

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

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