#0B1650

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

Shades of Sapphire #0B1650

Tints of Sapphire #0B1650

Color information

#0B1650 (or 0x0B1650) is unknown color: approx Sapphire. HEX triplet: 0B, 16 and 50. RGB value is (11,22,80). Sum of RGB (Red+Green+Blue) = 11+22+80=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 80 (31.64% from 255 or 70.80% from 113); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B1650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1650 is #F4E9AF. Grayscale: #191919. Windows color (decimal): -16050608 or 5248523. OLE color: 5248523.

HSL color Cylindrical-coordinate representation of color #0B1650: hue angle of 230.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B1650 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB112280-
CMYK0.860.7200.69
HSL230.43º75.82%17.84%-
HSV(B)230.43º86.25%31.37%-
XYZ1.871.227.73-
YUV25.32158.86117.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.73%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 80 (31.64% from 255) = 70.80%
R=9.73%
G=19.47%
B=70.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1122800.860.7200.69230.4375.8217.84
HexB16505648045e64c12
Octal1326120126110010534611422
Binary1011101101010000101011010010000100010111100110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,22,80); }

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

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

 a { background-color: rgb(11,22,80); }

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

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

 span { border-color: rgb(11,22,80); }

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