#060362

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

Shades of Navy #060362

Tints of Navy #060362

Color information

#060362 (or 0x060362) is unknown color: approx Navy. HEX triplet: 06, 03 and 62. RGB value is (6,3,98). Sum of RGB (Red+Green+Blue) = 6+3+98=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 98 (38.67% from 255 or 91.59% from 107); Max value from RGB is 98 - color contains mainly: blue. Hex color #060362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060362 is #F9FC9D. Grayscale: #0E0E0E. Windows color (decimal): -16383134 or 6423302. OLE color: 6423302.

HSL color Cylindrical-coordinate representation of color #060362: hue angle of 241.89º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060362 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB6398-
CMYK0.940.9700.62
HSL241.89º94.06%19.8%-
HSV(B)241.89º96.94%38.43%-
XYZ2.310.9911.62-
YUV14.73174.99121.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 98 (38.67% from 255) = 91.59%
R=5.61%
G=2.80%
B=91.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal63980.940.9700.62241.8994.0619.8
Hex63625E6103Ef25e14
Octal6314213614107636213624
Binary11011110001010111101100001011111011110010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060362; }

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

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

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

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

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

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

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

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