Html Css Color HEX #031079 Navy

📋 copy color: '#031079'

red 3 ◦ green 16 ◦ blue 121

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

Shades of Navy #031079

Tints of Navy #031079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 86.43%

R = 2.14%
G = 11.43%
B = 86.43%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#031079 (or 0x031079) is known color: Navy. HEX triplet: 03, 10 and 79. RGB value is (3,16,121). Sum of RGB (Red+Green+Blue) = 3+16+121=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 121 (47.66% from 255 or 86.43% from 140); Max value from RGB is 121 - color contains mainly: blue. Hex color #031079 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031079 is #FCEF86. Grayscale: #171717. Windows color (decimal): -16576391 or 7933955. OLE color: 7933955.

HSL color Cylindrical-coordinate representation of color #031079: hue angle of 233.39º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031079 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 16 121 -
CMYK 0.98 0.87 0 0.53
HSL 233.39º 0.95% 0.24% -
HSV(B) 233.39º 0.98% 0.47% -
XYZ 3.67 1.77 18.24 -
YUV 24.08 182.69 112.96 -
System Red Green Blue C M Y K H S L
Decimal 3 16 121 0.98 0.87 0 0.53 233.39 0.95 0.24
Hex 3 10 79 62 57 0 35 E9 5F 18
Octal 3 20 171 142 127 0 65 351 137 30
Binary 11 10000 1111001 1100010 1010111 0 110101 11101001 1011111 11000

Color Harmonies of #031079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031079

Black with #031079

Text Example


Text Example

White with #031079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031079; }

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

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

background-color css

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

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

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

border-color css

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

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

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