#010669

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

Shades of Navy #010669

Tints of Navy #010669

Color information

#010669 (or 0x010669) is unknown color: approx Navy. HEX triplet: 01, 06 and 69. RGB value is (1,6,105). Sum of RGB (Red+Green+Blue) = 1+6+105=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 105 (41.41% from 255 or 93.75% from 112); Max value from RGB is 105 - color contains mainly: blue. Hex color #010669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010669 is #FEF996. Grayscale: #0F0F0F. Windows color (decimal): -16710039 or 6882817. OLE color: 6882817.

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

Color convert

RGB16105-
CMYK0.990.9400.59
HSL237.12º98.11%20.78%-
HSV(B)237.12º99.05%41.18%-
XYZ2.631.1613.45-
YUV15.79178.34117.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 6 (2.73% from 255) = 5.36%
BLUE value IS 105 (41.41% from 255) = 93.75%
R=0.89%
G=5.36%
B=93.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal161050.990.9400.59237.1298.1120.78
Hex1669635E03Bed6215
Octal1615114313607335514225
Binary1110110100111000111011110011101111101101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010669; }

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

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

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

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

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

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

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

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