#0B224F

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

Shades of Sapphire #0B224F

Tints of Sapphire #0B224F

Color information

#0B224F (or 0x0B224F) is unknown color: approx Sapphire. HEX triplet: 0B, 22 and 4F. RGB value is (11,34,79). Sum of RGB (Red+Green+Blue) = 11+34+79=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #0B224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B224F is #F4DDB0. Grayscale: #202020. Windows color (decimal): -16047537 or 5186059. OLE color: 5186059.

HSL color Cylindrical-coordinate representation of color #0B224F: hue angle of 219.71º 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 #0B224F is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB113479-
CMYK0.860.5700.69
HSL219.71º75.56%17.65%-
HSV(B)219.71º86.08%30.98%-
XYZ2.121.787.63-
YUV32.25154.38112.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.87%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 79 (31.25% from 255) = 63.71%
R=8.87%
G=27.42%
B=63.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1134790.860.5700.69219.7175.5617.65
HexB224F5639045dc4c12
Octal134211712671010533411422
Binary1011100010100111110101101110010100010111011100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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