#03045D

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

Shades of Navy #03045D

Tints of Navy #03045D

Color information

#03045D (or 0x03045D) is unknown color: approx Navy. HEX triplet: 03, 04 and 5D. RGB value is (3,4,93). Sum of RGB (Red+Green+Blue) = 3+4+93=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 93 (36.72% from 255 or 93% from 100); Max value from RGB is 93 - color contains mainly: blue. Hex color #03045D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03045D is #FCFBA2. Grayscale: #0D0D0D. Windows color (decimal): -16579491 or 6095875. OLE color: 6095875.

HSL color Cylindrical-coordinate representation of color #03045D: 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 #03045D is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB3493-
CMYK0.970.9600.64
HSL239.33º93.75%18.82%-
HSV(B)239.33º96.77%36.47%-
XYZ2.060.910.42-
YUV13.85172.67120.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 4 (1.95% from 255) = 4%
BLUE value IS 93 (36.72% from 255) = 93%
R=3%
G=4%
B=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
Decimal34930.970.9600.64239.3393.7518.82
Hex345D6160040ef5e13
Octal34135141140010035713623
Binary111001011101110000111000000100000011101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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