#0B2272

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

Shades of Sapphire #0B2272

Tints of Sapphire #0B2272

Color information

#0B2272 (or 0x0B2272) is unknown color: approx Sapphire. HEX triplet: 0B, 22 and 72. RGB value is (11,34,114). Sum of RGB (Red+Green+Blue) = 11+34+114=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B2272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2272 is #F4DD8D. Grayscale: #232323. Windows color (decimal): -16047502 or 7479819. OLE color: 7479819.

HSL color Cylindrical-coordinate representation of color #0B2272: hue angle of 226.6º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B2272 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1134114-
CMYK0.900.7000.55
HSL226.6º82.4%24.51%-
HSV(B)226.6º90.35%44.71%-
XYZ3.752.4316.19-
YUV36.24171.88110-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.92%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 114 (44.92% from 255) = 71.70%
R=6.92%
G=21.38%
B=71.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11341140.900.7000.55226.682.424.51
HexB22725A46037e35219
Octal134216213210606734312231
Binary1011100010111001010110101000110011011111100011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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