Html Css Color HEX #030779 Navy

📋 copy color: '#030779'

red 3 ◦ green 7 ◦ blue 121

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

Shades of Navy #030779

Tints of Navy #030779

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.34%

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

R = 2.29%
G = 5.34%
B = 92.37%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#030779 (or 0x030779) is known color: Navy. HEX triplet: 03, 07 and 79. RGB value is (3,7,121). Sum of RGB (Red+Green+Blue) = 3+7+121=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 121 (47.66% from 255 or 92.37% from 131); Max value from RGB is 121 - color contains mainly: blue. Hex color #030779 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030779 is #FCF886. Grayscale: #121212. Windows color (decimal): -16578695 or 7931651. OLE color: 7931651.

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

Color convert

RGB 3 7 121 -
CMYK 0.98 0.94 0 0.53
HSL 237.97º 0.95% 0.24% -
HSV(B) 237.97º 0.98% 0.47% -
XYZ 3.56 1.55 18.2 -
YUV 18.8 185.67 116.73 -
System Red Green Blue C M Y K H S L
Decimal 3 7 121 0.98 0.94 0 0.53 237.97 0.95 0.24
Hex 3 7 79 62 5E 0 35 EE 5F 18
Octal 3 7 171 142 136 0 65 356 137 30
Binary 11 111 1111001 1100010 1011110 0 110101 11101110 1011111 11000

Color Harmonies of #030779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030779

Black with #030779

Text Example


Text Example

White with #030779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030779; }

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

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

background-color css

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

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

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

border-color css

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

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

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