Html Css Color HEX #030179 Navy

📋 copy color: '#030179'

red 3 ◦ green 1 ◦ blue 121

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

Shades of Navy #030179

Tints of Navy #030179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.8%

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

R = 2.4%
G = 0.8%
B = 96.8%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#030179 (or 0x030179) is known color: Navy. HEX triplet: 03, 01 and 79. RGB value is (3,1,121). Sum of RGB (Red+Green+Blue) = 3+1+121=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 121 (47.66% from 255 or 96.8% from 125); Max value from RGB is 121 - color contains mainly: blue. Hex color #030179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030179 is #FCFE86. Grayscale: #0E0E0E. Windows color (decimal): -16580231 or 7930115. OLE color: 7930115.

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

Color convert

RGB 3 1 121 -
CMYK 0.98 0.99 0 0.53
HSL 241º 0.98% 0.24% -
HSV(B) 241º 0.99% 0.47% -
XYZ 3.5 1.42 18.18 -
YUV 15.28 187.66 119.24 -
System Red Green Blue C M Y K H S L
Decimal 3 1 121 0.98 0.99 0 0.53 241 0.98 0.24
Hex 3 1 79 62 63 0 35 F1 62 18
Octal 3 1 171 142 143 0 65 361 142 30
Binary 11 1 1111001 1100010 1100011 0 110101 11110001 1100010 11000

Color Harmonies of #030179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030179

Black with #030179

Text Example


Text Example

White with #030179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030179; }

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

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

background-color css

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

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

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

border-color css

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

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

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