#0B2459

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

Shades of Sapphire #0B2459

Tints of Sapphire #0B2459

Color information

#0B2459 (or 0x0B2459) is unknown color: approx Sapphire. HEX triplet: 0B, 24 and 59. RGB value is (11,36,89). Sum of RGB (Red+Green+Blue) = 11+36+89=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 89 (35.16% from 255 or 65.44% from 136); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B2459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2459 is #F4DBA6. Grayscale: #222222. Windows color (decimal): -16047015 or 5841931. OLE color: 5841931.

HSL color Cylindrical-coordinate representation of color #0B2459: hue angle of 220.77º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B2459 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB113689-
CMYK0.880.6000.65
HSL220.77º78%19.61%-
HSV(B)220.77º87.64%34.9%-
XYZ2.572.059.71-
YUV34.57158.72111.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.09%
GREEN value IS 36 (14.45% from 255) = 26.47%
BLUE value IS 89 (35.16% from 255) = 65.44%
R=8.09%
G=26.47%
B=65.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1136890.880.6000.65220.777819.61
HexB2459583C041dd4e14
Octal134413113074010133511624
Binary1011100100101100110110001111000100000111011101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,36,89); }

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

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

 a { background-color: rgb(11,36,89); }

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

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

 span { border-color: rgb(11,36,89); }

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