Html Css Color HEX #031076 Navy

📋 copy color: '#031076'

red 3 ◦ green 16 ◦ blue 118

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

Shades of Navy #031076

Tints of Navy #031076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

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

R = 2.19%
G = 11.68%
B = 86.13%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#031076 (or 0x031076) is known color: Navy. HEX triplet: 03, 10 and 76. RGB value is (3,16,118). Sum of RGB (Red+Green+Blue) = 3+16+118=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 118 (46.48% from 255 or 86.13% from 137); Max value from RGB is 118 - color contains mainly: blue. Hex color #031076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031076 is #FCEF89. Grayscale: #171717. Windows color (decimal): -16576394 or 7737347. OLE color: 7737347.

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

Color convert

RGB 3 16 118 -
CMYK 0.97 0.86 0 0.54
HSL 233.22º 0.95% 0.24% -
HSV(B) 233.22º 0.97% 0.46% -
XYZ 3.49 1.7 17.28 -
YUV 23.74 181.19 113.21 -
System Red Green Blue C M Y K H S L
Decimal 3 16 118 0.97 0.86 0 0.54 233.22 0.95 0.24
Hex 3 10 76 61 56 0 36 E9 5F 18
Octal 3 20 166 141 126 0 66 351 137 30
Binary 11 10000 1110110 1100001 1010110 0 110110 11101001 1011111 11000

Color Harmonies of #031076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031076

Black with #031076

Text Example


Text Example

White with #031076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031076; }

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

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

background-color css

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

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

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

border-color css

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

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

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