Html Css Color HEX #031376 Navy

📋 copy color: '#031376'

red 3 ◦ green 19 ◦ blue 118

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

Shades of Navy #031376

Tints of Navy #031376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.57%

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

R = 2.14%
G = 13.57%
B = 84.29%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#031376 (or 0x031376) is known color: Navy. HEX triplet: 03, 13 and 76. RGB value is (3,19,118). Sum of RGB (Red+Green+Blue) = 3+19+118=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 118 (46.48% from 255 or 84.29% from 140); Max value from RGB is 118 - color contains mainly: blue. Hex color #031376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031376 is #FCEC89. Grayscale: #191919. Windows color (decimal): -16575626 or 7738115. OLE color: 7738115.

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

Color convert

RGB 3 19 118 -
CMYK 0.97 0.84 0 0.54
HSL 231.65º 0.95% 0.24% -
HSV(B) 231.65º 0.97% 0.46% -
XYZ 3.54 1.79 17.3 -
YUV 25.5 180.2 111.95 -
System Red Green Blue C M Y K H S L
Decimal 3 19 118 0.97 0.84 0 0.54 231.65 0.95 0.24
Hex 3 13 76 61 54 0 36 E8 5F 18
Octal 3 23 166 141 124 0 66 350 137 30
Binary 11 10011 1110110 1100001 1010100 0 110110 11101000 1011111 11000

Color Harmonies of #031376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031376

Black with #031376

Text Example


Text Example

White with #031376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031376; }

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

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

background-color css

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

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

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

border-color css

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

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

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