#0B224A

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

Shades of Sapphire #0B224A

Tints of Sapphire #0B224A

Color information

#0B224A (or 0x0B224A) is unknown color: approx Sapphire. HEX triplet: 0B, 22 and 4A. RGB value is (11,34,74). Sum of RGB (Red+Green+Blue) = 11+34+74=119 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.24% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 74 (29.30% from 255 or 62.18% from 119); Max value from RGB is 74 - color contains mainly: blue. Hex color #0B224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B224A is #F4DDB5. Grayscale: #1F1F1F. Windows color (decimal): -16047542 or 4858379. OLE color: 4858379.

HSL color Cylindrical-coordinate representation of color #0B224A: hue angle of 218.1º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B224A is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB113474-
CMYK0.850.5400.71
HSL218.1º74.12%16.67%-
HSV(B)218.1º85.14%29.02%-
XYZ1.951.716.71-
YUV31.68151.88113.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.24%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 74 (29.30% from 255) = 62.18%
R=9.24%
G=28.57%
B=62.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1134740.850.5400.71218.174.1216.67
HexB224A5536047da4a11
Octal134211212566010733211221
Binary1011100010100101010101011101100100011111011010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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