#010B6D

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

Shades of Navy #010B6D

Tints of Navy #010B6D

Color information

#010B6D (or 0x010B6D) is unknown color: approx Navy. HEX triplet: 01, 0B and 6D. RGB value is (1,11,109). Sum of RGB (Red+Green+Blue) = 1+11+109=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 109 (42.97% from 255 or 90.08% from 121); Max value from RGB is 109 - color contains mainly: blue. Hex color #010B6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B6D is #FEF492. Grayscale: #121212. Windows color (decimal): -16708755 or 7146241. OLE color: 7146241.

HSL color Cylindrical-coordinate representation of color #010B6D: hue angle of 234.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B6D is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB111109-
CMYK0.990.9000.57
HSL234.44º98.18%21.57%-
HSV(B)234.44º99.08%42.75%-
XYZ2.891.3514.58-
YUV19.18178.69115.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 11 (4.69% from 255) = 9.09%
BLUE value IS 109 (42.97% from 255) = 90.08%
R=0.83%
G=9.09%
B=90.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1111090.990.9000.57234.4498.1821.57
Hex1B6D635A039ea6216
Octal11315514313207135214226
Binary11011110110111000111011010011100111101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010B6D; }

 p { color: rgb(1,11,109); }

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

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

 a { background-color: rgb(1,11,109); }

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

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

 span { border-color: rgb(1,11,109); }

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