#06035F

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

Shades of Navy #06035F

Tints of Navy #06035F

Color information

#06035F (or 0x06035F) is unknown color: approx Navy. HEX triplet: 06, 03 and 5F. RGB value is (6,3,95). Sum of RGB (Red+Green+Blue) = 6+3+95=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 95 (37.5% from 255 or 91.35% from 104); Max value from RGB is 95 - color contains mainly: blue. Hex color #06035F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06035F is #F9FCA0. Grayscale: #0E0E0E. Windows color (decimal): -16383137 or 6226694. OLE color: 6226694.

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

Color convert

RGB6395-
CMYK0.940.9700.63
HSL241.96º93.88%19.22%-
HSV(B)241.96º96.84%37.25%-
XYZ2.170.9310.89-
YUV14.38173.49122.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.77%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 95 (37.5% from 255) = 91.35%
R=5.77%
G=2.88%
B=91.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal63950.940.9700.63241.9693.8819.22
Hex635F5E6103Ff25e13
Octal6313713614107736213623
Binary11011101111110111101100001011111111110010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06035F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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