#030564

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

Shades of Navy #030564

Tints of Navy #030564

Color information

#030564 (or 0x030564) is unknown color: approx Navy. HEX triplet: 03, 05 and 64. RGB value is (3,5,100). Sum of RGB (Red+Green+Blue) = 3+5+100=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 100 (39.45% from 255 or 92.59% from 108); Max value from RGB is 100 - color contains mainly: blue. Hex color #030564 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030564 is #FCFA9B. Grayscale: #0E0E0E. Windows color (decimal): -16579228 or 6554883. OLE color: 6554883.

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

Color convert

RGB35100-
CMYK0.970.9500.61
HSL238.76º94.17%20.2%-
HSV(B)238.76º97%39.22%-
XYZ2.391.0512.13-
YUV15.23175.84119.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 100 (39.45% from 255) = 92.59%
R=2.78%
G=4.63%
B=92.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal351000.970.9500.61238.7694.1720.2
Hex3564615F03Def5e14
Octal3514414113707535713624
Binary11101110010011000011011111011110111101111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030564; }

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

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

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

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

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

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

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

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