Html Css Color HEX #030777 Navy

📋 copy color: '#030777'

red 3 ◦ green 7 ◦ blue 119

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

Shades of Navy #030777

Tints of Navy #030777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 92.25%

R = 2.33%
G = 5.43%
B = 92.25%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#030777 (or 0x030777) is known color: Navy. HEX triplet: 03, 07 and 77. RGB value is (3,7,119). Sum of RGB (Red+Green+Blue) = 3+7+119=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 119 (46.88% from 255 or 92.25% from 129); Max value from RGB is 119 - color contains mainly: blue. Hex color #030777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030777 is #FCF888. Grayscale: #121212. Windows color (decimal): -16578697 or 7800579. OLE color: 7800579.

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

Color convert

RGB 3 7 119 -
CMYK 0.97 0.94 0 0.53
HSL 237.93º 0.95% 0.24% -
HSV(B) 237.93º 0.97% 0.47% -
XYZ 3.44 1.5 17.56 -
YUV 18.57 184.67 116.89 -
System Red Green Blue C M Y K H S L
Decimal 3 7 119 0.97 0.94 0 0.53 237.93 0.95 0.24
Hex 3 7 77 61 5E 0 35 EE 5F 18
Octal 3 7 167 141 136 0 65 356 137 30
Binary 11 111 1110111 1100001 1011110 0 110101 11101110 1011111 11000

Color Harmonies of #030777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030777

Black with #030777

Text Example


Text Example

White with #030777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030777; }

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

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

background-color css

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

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

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

border-color css

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

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

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