#03045F

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

Shades of Navy #03045F

Tints of Navy #03045F

Color information

#03045F (or 0x03045F) is unknown color: approx Navy. HEX triplet: 03, 04 and 5F. RGB value is (3,4,95). Sum of RGB (Red+Green+Blue) = 3+4+95=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 95 (37.5% from 255 or 93.14% from 102); Max value from RGB is 95 - color contains mainly: blue. Hex color #03045F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03045F is #FCFBA0. Grayscale: #0D0D0D. Windows color (decimal): -16579489 or 6226947. OLE color: 6226947.

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

Color convert

RGB3495-
CMYK0.970.9600.63
HSL239.35º93.88%19.22%-
HSV(B)239.35º96.84%37.25%-
XYZ2.150.9310.89-
YUV14.08173.67120.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 4 (1.95% from 255) = 3.92%
BLUE value IS 95 (37.5% from 255) = 93.14%
R=2.94%
G=3.92%
B=93.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal34950.970.9600.63239.3593.8819.22
Hex345F616003Fef5e13
Octal3413714114007735713623
Binary11100101111111000011100000011111111101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03045F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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