#010662

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

Shades of Navy #010662

Tints of Navy #010662

Color information

#010662 (or 0x010662) is unknown color: approx Navy. HEX triplet: 01, 06 and 62. RGB value is (1,6,98). Sum of RGB (Red+Green+Blue) = 1+6+98=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 98 (38.67% from 255 or 93.33% from 105); Max value from RGB is 98 - color contains mainly: blue. Hex color #010662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010662 is #FEF99D. Grayscale: #0E0E0E. Windows color (decimal): -16710046 or 6424065. OLE color: 6424065.

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

Color convert

RGB1698-
CMYK0.990.9400.62
HSL236.91º97.98%19.41%-
HSV(B)236.91º98.98%38.43%-
XYZ2.281.0211.63-
YUV14.99174.84118.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 6 (2.73% from 255) = 5.71%
BLUE value IS 98 (38.67% from 255) = 93.33%
R=0.95%
G=5.71%
B=93.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal16980.990.9400.62236.9197.9819.41
Hex1662635E03Eed6213
Octal1614214313607635514223
Binary1110110001011000111011110011111011101101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010662; }

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

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

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

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

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

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

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

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