#0B006A

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

Shades of Navy #0B006A

Tints of Navy #0B006A

Color information

#0B006A (or 0x0B006A) is unknown color: approx Navy. HEX triplet: 0B, 00 and 6A. RGB value is (11,0,106). Sum of RGB (Red+Green+Blue) = 11+0+106=117 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.40% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 106 (41.80% from 255 or 90.60% from 117); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B006A is #F4FF95. Grayscale: #0E0E0E. Windows color (decimal): -16056214 or 6946827. OLE color: 6946827.

HSL color Cylindrical-coordinate representation of color #0B006A: hue angle of 246.23º 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 #0B006A is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB110106-
CMYK0.90100.58
HSL246.23º100%20.78%-
HSV(B)246.23º100%41.57%-
XYZ2.741.1113.71-
YUV15.37179.14124.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 90.60%
R=9.40%
G=0%
B=90.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1101060.90100.58246.2310020.78
HexB06A5A6403Af66415
Octal13015213214407236614425
Binary10110110101010110101100100011101011110110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B006A; }

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

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

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

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

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

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

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

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