#030577

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

Shades of Navy #030577

Tints of Navy #030577

Color information

#030577 (or 0x030577) is unknown color: approx Navy. HEX triplet: 03, 05 and 77. RGB value is (3,5,119). Sum of RGB (Red+Green+Blue) = 3+5+119=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 119 (46.88% from 255 or 93.70% from 127); Max value from RGB is 119 - color contains mainly: blue. Hex color #030577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030577 is #FCFA88. Grayscale: #101010. Windows color (decimal): -16579209 or 7800067. OLE color: 7800067.

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

Color convert

RGB35119-
CMYK0.970.9600.53
HSL238.97º95.08%23.92%-
HSV(B)238.97º97.48%46.67%-
XYZ3.421.4617.55-
YUV17.4185.34117.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 5 (2.34% from 255) = 3.94%
BLUE value IS 119 (46.88% from 255) = 93.70%
R=2.36%
G=3.94%
B=93.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal351190.970.9600.53238.9795.0823.92
Hex35776160035ef5f18
Octal3516714114006535713730
Binary11101111011111000011100000011010111101111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030577; }

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

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

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

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

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

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

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

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