#03035F

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

Shades of Navy #03035F

Tints of Navy #03035F

Color information

#03035F (or 0x03035F) is unknown color: approx Navy. HEX triplet: 03, 03 and 5F. RGB value is (3,3,95). Sum of RGB (Red+Green+Blue) = 3+3+95=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 95 (37.5% from 255 or 94.06% from 101); Max value from RGB is 95 - color contains mainly: blue. Hex color #03035F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03035F is #FCFCA0. Grayscale: #0D0D0D. Windows color (decimal): -16579745 or 6226691. OLE color: 6226691.

HSL color Cylindrical-coordinate representation of color #03035F: hue angle of 240º 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 #03035F is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB3395-
CMYK0.970.9700.63
HSL240º93.88%19.22%-
HSV(B)240º96.84%37.25%-
XYZ2.140.9110.89-
YUV13.49174120.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 95 (37.5% from 255) = 94.06%
R=2.97%
G=2.97%
B=94.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal33950.970.9700.6324093.8819.22
Hex335F616103Ff05e13
Octal3313714114107736013623
Binary1111101111111000011100001011111111110000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03035F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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