Html Css Color HEX #030579 Navy

📋 copy color: '#030579'

red 3 ◦ green 5 ◦ blue 121

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

Shades of Navy #030579

Tints of Navy #030579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.88%

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

R = 2.33%
G = 3.88%
B = 93.8%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#030579 (or 0x030579) is known color: Navy. HEX triplet: 03, 05 and 79. RGB value is (3,5,121). Sum of RGB (Red+Green+Blue) = 3+5+121=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 121 (47.66% from 255 or 93.80% from 129); Max value from RGB is 121 - color contains mainly: blue. Hex color #030579 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030579 is #FCFA86. Grayscale: #111111. Windows color (decimal): -16579207 or 7931139. OLE color: 7931139.

HSL color Cylindrical-coordinate representation of color #030579: hue angle of 238.98º 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 #030579 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 5 121 -
CMYK 0.98 0.96 0 0.53
HSL 238.98º 0.95% 0.24% -
HSV(B) 238.98º 0.98% 0.47% -
XYZ 3.54 1.51 18.19 -
YUV 17.63 186.34 117.57 -
System Red Green Blue C M Y K H S L
Decimal 3 5 121 0.98 0.96 0 0.53 238.98 0.95 0.24
Hex 3 5 79 62 60 0 35 EF 5F 18
Octal 3 5 171 142 140 0 65 357 137 30
Binary 11 101 1111001 1100010 1100000 0 110101 11101111 1011111 11000

Color Harmonies of #030579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030579

Black with #030579

Text Example


Text Example

White with #030579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030579; }

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

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

background-color css

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

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

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

border-color css

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

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

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