#030574

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

Shades of Navy #030574

Tints of Navy #030574

Color information

#030574 (or 0x030574) is unknown color: approx Navy. HEX triplet: 03, 05 and 74. RGB value is (3,5,116). Sum of RGB (Red+Green+Blue) = 3+5+116=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 116 (45.70% from 255 or 93.55% from 124); Max value from RGB is 116 - color contains mainly: blue. Hex color #030574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030574 is #FCFA8B. Grayscale: #101010. Windows color (decimal): -16579212 or 7603459. OLE color: 7603459.

HSL color Cylindrical-coordinate representation of color #030574: hue angle of 238.94º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030574 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB35116-
CMYK0.970.9600.55
HSL238.94º94.96%23.33%-
HSV(B)238.94º97.41%45.49%-
XYZ3.241.3916.62-
YUV17.06183.84117.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.42%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 116 (45.70% from 255) = 93.55%
R=2.42%
G=4.03%
B=93.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal351160.970.9600.55238.9494.9623.33
Hex35746160037ef5f17
Octal3516414114006735713727
Binary11101111010011000011100000011011111101111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030574; }

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

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

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

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

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

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

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

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