Html Css Color HEX #030778 Navy

📋 copy color: '#030778'

red 3 ◦ green 7 ◦ blue 120

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

Shades of Navy #030778

Tints of Navy #030778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 92.31%

R = 2.31%
G = 5.38%
B = 92.31%

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

#030778 (or 0x030778) is known color: Navy. HEX triplet: 03, 07 and 78. RGB value is (3,7,120). Sum of RGB (Red+Green+Blue) = 3+7+120=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 120 (47.27% from 255 or 92.31% from 130); Max value from RGB is 120 - color contains mainly: blue. Hex color #030778 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030778 is #FCF887. Grayscale: #121212. Windows color (decimal): -16578696 or 7866115. OLE color: 7866115.

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

Color convert

RGB 3 7 120 -
CMYK 0.98 0.94 0 0.53
HSL 237.95º 0.95% 0.24% -
HSV(B) 237.95º 0.98% 0.47% -
XYZ 3.5 1.53 17.88 -
YUV 18.69 185.17 116.81 -
System Red Green Blue C M Y K H S L
Decimal 3 7 120 0.98 0.94 0 0.53 237.95 0.95 0.24
Hex 3 7 78 62 5E 0 35 EE 5F 18
Octal 3 7 170 142 136 0 65 356 137 30
Binary 11 111 1111000 1100010 1011110 0 110101 11101110 1011111 11000

Color Harmonies of #030778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030778

Black with #030778

Text Example


Text Example

White with #030778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030778; }

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

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

background-color css

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

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

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

border-color css

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

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

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