#060262

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

Shades of Navy #060262

Tints of Navy #060262

Color information

#060262 (or 0x060262) is unknown color: approx Navy. HEX triplet: 06, 02 and 62. RGB value is (6,2,98). Sum of RGB (Red+Green+Blue) = 6+2+98=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 98 (38.67% from 255 or 92.45% from 106); Max value from RGB is 98 - color contains mainly: blue. Hex color #060262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060262 is #F9FD9D. Grayscale: #0D0D0D. Windows color (decimal): -16383390 or 6423046. OLE color: 6423046.

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

Color convert

RGB6298-
CMYK0.940.9800.62
HSL242.5º96%19.61%-
HSV(B)242.5º97.96%38.43%-
XYZ2.30.9611.62-
YUV14.14175.33122.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.66%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 98 (38.67% from 255) = 92.45%
R=5.66%
G=1.89%
B=92.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal62980.940.9800.62242.59619.61
Hex62625E6203Ef26014
Octal6214213614207636214024
Binary11010110001010111101100010011111011110010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060262; }

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

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

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

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

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

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

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

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