#0B2253

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

Shades of Sapphire #0B2253

Tints of Sapphire #0B2253

Color information

#0B2253 (or 0x0B2253) is unknown color: approx Sapphire. HEX triplet: 0B, 22 and 53. RGB value is (11,34,83). Sum of RGB (Red+Green+Blue) = 11+34+83=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #0B2253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2253 is #F4DDAC. Grayscale: #202020. Windows color (decimal): -16047533 or 5448203. OLE color: 5448203.

HSL color Cylindrical-coordinate representation of color #0B2253: hue angle of 220.83º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B2253 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB113483-
CMYK0.870.5900.67
HSL220.83º76.6%18.43%-
HSV(B)220.83º86.75%32.55%-
XYZ2.271.848.42-
YUV32.71156.38112.52-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.59%
GREEN value IS 34 (13.67% from 255) = 26.56%
BLUE value IS 83 (32.81% from 255) = 64.84%
R=8.59%
G=26.56%
B=64.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1134830.870.5900.67220.8376.618.43
HexB2253573B043dd4d12
Octal134212312773010333511522
Binary1011100010101001110101111110110100001111011101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,34,83); }

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

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

 a { background-color: rgb(11,34,83); }

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

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

 span { border-color: rgb(11,34,83); }

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