#030677

Color #030677 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #030677

Tints of Navy #030677

Color information

#030677 (or 0x030677) is unknown color: approx Navy. HEX triplet: 03, 06 and 77. RGB value is (3,6,119). Sum of RGB (Red+Green+Blue) = 3+6+119=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 119 (46.88% from 255 or 92.97% from 128); Max value from RGB is 119 - color contains mainly: blue. Hex color #030677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030677 is #FCF988. Grayscale: #111111. Windows color (decimal): -16578953 or 7800323. OLE color: 7800323.

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

Color convert

RGB36119-
CMYK0.970.9500.53
HSL238.45º95.08%23.92%-
HSV(B)238.45º97.48%46.67%-
XYZ3.431.4817.56-
YUV17.98185.01117.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 6 (2.73% from 255) = 4.69%
BLUE value IS 119 (46.88% from 255) = 92.97%
R=2.34%
G=4.69%
B=92.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal361190.970.9500.53238.4595.0823.92
Hex3677615F035ee5f18
Octal3616714113706535613730
Binary11110111011111000011011111011010111101110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030677; }

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

 H1.HeaderClassName
 {
   color: #030677;
 }
 .AnyTagClassName
 {
   color: #030677;
 }
</style>
background-color css

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

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

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

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

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

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