#0B2261

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

Shades of Sapphire #0B2261

Tints of Sapphire #0B2261

Color information

#0B2261 (or 0x0B2261) is unknown color: approx Sapphire. HEX triplet: 0B, 22 and 61. RGB value is (11,34,97). Sum of RGB (Red+Green+Blue) = 11+34+97=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 97 (38.28% from 255 or 68.31% from 142); Max value from RGB is 97 - color contains mainly: blue. Hex color #0B2261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2261 is #F4DD9E. Grayscale: #222222. Windows color (decimal): -16047519 or 6365707. OLE color: 6365707.

HSL color Cylindrical-coordinate representation of color #0B2261: hue angle of 223.95º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B2261 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB113497-
CMYK0.890.6500.62
HSL223.95º79.63%21.18%-
HSV(B)223.95º88.66%38.04%-
XYZ2.872.0811.56-
YUV34.3163.38111.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.75%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 97 (38.28% from 255) = 68.31%
R=7.75%
G=23.94%
B=68.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1134970.890.6500.62223.9579.6321.18
HexB2261594103Ee05015
Octal134214113110107634012025
Binary1011100010110000110110011000001011111011100000101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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