#03045C

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

Shades of Navy #03045C

Tints of Navy #03045C

Color information

#03045C (or 0x03045C) is unknown color: approx Navy. HEX triplet: 03, 04 and 5C. RGB value is (3,4,92). Sum of RGB (Red+Green+Blue) = 3+4+92=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 92 (36.33% from 255 or 92.93% from 99); Max value from RGB is 92 - color contains mainly: blue. Hex color #03045C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03045C is #FCFBA3. Grayscale: #0D0D0D. Windows color (decimal): -16579492 or 6030339. OLE color: 6030339.

HSL color Cylindrical-coordinate representation of color #03045C: hue angle of 239.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03045C is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB3492-
CMYK0.970.9600.64
HSL239.33º93.68%18.63%-
HSV(B)239.33º96.74%36.08%-
XYZ2.010.8810.19-
YUV13.73172.17120.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 92 (36.33% from 255) = 92.93%
R=3.03%
G=4.04%
B=92.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal34920.970.9600.64239.3393.6818.63
Hex345C6160040ef5e13
Octal34134141140010035713623
Binary111001011100110000111000000100000011101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03045C; }

 p { color: rgb(3,4,92); }

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

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

 a { background-color: rgb(3,4,92); }

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

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

 span { border-color: rgb(3,4,92); }

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