#000B56

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

Shades of Sapphire #000B56

Tints of Sapphire #000B56

Color information

#000B56 (or 0x000B56) is unknown color: approx Sapphire. HEX triplet: 00, 0B and 56. RGB value is (0,11,86). Sum of RGB (Red+Green+Blue) = 0+11+86=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 86 (33.98% from 255 or 88.66% from 97); Max value from RGB is 86 - color contains mainly: blue. Hex color #000B56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B56 is #FFF4A9. Grayscale: #0F0F0F. Windows color (decimal): -16774314 or 5638912. OLE color: 5638912.

HSL color Cylindrical-coordinate representation of color #000B56: hue angle of 232.33º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B56 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB01186-
CMYK10.8700.66
HSL232.33º100%16.86%-
HSV(B)232.33º100%33.73%-
XYZ1.80.918.89-
YUV16.26167.36116.4-

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) = 11.34%
BLUE value IS 86 (33.98% from 255) = 88.66%
R=0%
G=11.34%
B=88.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal0118610.8700.66232.3310016.86
Hex0B566457042e86411
Octal013126144127010235014421
Binary010111010110110010010101110100001011101000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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