#000B47

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

Shades of Sapphire #000B47

Tints of Sapphire #000B47

Color information

#000B47 (or 0x000B47) is unknown color: approx Sapphire. HEX triplet: 00, 0B and 47. RGB value is (0,11,71). Sum of RGB (Red+Green+Blue) = 0+11+71=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 71 (28.12% from 255 or 86.59% from 82); Max value from RGB is 71 - color contains mainly: blue. Hex color #000B47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B47 is #FFF4B8. Grayscale: #0E0E0E. Windows color (decimal): -16774329 or 4655872. OLE color: 4655872.

HSL color Cylindrical-coordinate representation of color #000B47: hue angle of 230.7º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B47 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB01171-
CMYK10.8500.72
HSL230.7º100%13.92%-
HSV(B)230.7º100%27.84%-
XYZ1.260.696.03-
YUV14.55159.86117.62-

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) = 13.41%
BLUE value IS 71 (28.12% from 255) = 86.59%
R=0%
G=13.41%
B=86.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0117110.8500.72230.710013.92
Hex0B476455048e764e
Octal013107144125011034714416
Binary01011100011111001001010101010010001110011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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