Html Css Color HEX #030977 Navy

📋 copy color: '#030977'

red 3 ◦ green 9 ◦ blue 119

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

Shades of Navy #030977

Tints of Navy #030977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.87%

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

R = 2.29%
G = 6.87%
B = 90.84%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#030977 (or 0x030977) is known color: Navy. HEX triplet: 03, 09 and 77. RGB value is (3,9,119). Sum of RGB (Red+Green+Blue) = 3+9+119=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 119 (46.88% from 255 or 90.84% from 131); Max value from RGB is 119 - color contains mainly: blue. Hex color #030977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030977 is #FCF688. Grayscale: #131313. Windows color (decimal): -16578185 or 7801091. OLE color: 7801091.

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

Color convert

RGB 3 9 119 -
CMYK 0.97 0.92 0 0.53
HSL 236.9º 0.95% 0.24% -
HSV(B) 236.9º 0.97% 0.47% -
XYZ 3.47 1.55 17.57 -
YUV 19.75 184.01 116.06 -
System Red Green Blue C M Y K H S L
Decimal 3 9 119 0.97 0.92 0 0.53 236.9 0.95 0.24
Hex 3 9 77 61 5C 0 35 ED 5F 18
Octal 3 11 167 141 134 0 65 355 137 30
Binary 11 1001 1110111 1100001 1011100 0 110101 11101101 1011111 11000

Color Harmonies of #030977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030977

Black with #030977

Text Example


Text Example

White with #030977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030977; }

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

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

background-color css

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

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

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

border-color css

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

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

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