#000B6C

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

Shades of Navy #000B6C

Tints of Navy #000B6C

Color information

#000B6C (or 0x000B6C) is unknown color: approx Navy. HEX triplet: 00, 0B and 6C. RGB value is (0,11,108). Sum of RGB (Red+Green+Blue) = 0+11+108=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 108 (42.58% from 255 or 90.76% from 119); Max value from RGB is 108 - color contains mainly: blue. Hex color #000B6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B6C is #FFF493. Grayscale: #121212. Windows color (decimal): -16774292 or 7080704. OLE color: 7080704.

HSL color Cylindrical-coordinate representation of color #000B6C: hue angle of 233.89º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B6C is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB011108-
CMYK10.9000.58
HSL233.89º100%21.18%-
HSV(B)233.89º100%42.35%-
XYZ2.831.3214.29-
YUV18.77178.36114.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 11 (4.69% from 255) = 9.24%
BLUE value IS 108 (42.58% from 255) = 90.76%
R=0%
G=9.24%
B=90.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal01110810.9000.58233.8910021.18
Hex0B6C645A03Aea6415
Octal01315414413207235214425
Binary01011110110011001001011010011101011101010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000B6C; }

 p { color: rgb(0,11,108); }

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

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

 a { background-color: rgb(0,11,108); }

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

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

 span { border-color: rgb(0,11,108); }

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