#0B2652

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

Shades of Sapphire #0B2652

Tints of Sapphire #0B2652

Color information

#0B2652 (or 0x0B2652) is unknown color: approx Sapphire. HEX triplet: 0B, 26 and 52. RGB value is (11,38,82). Sum of RGB (Red+Green+Blue) = 11+38+82=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #0B2652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2652 is #F4D9AD. Grayscale: #222222. Windows color (decimal): -16046510 or 5383691. OLE color: 5383691.

HSL color Cylindrical-coordinate representation of color #0B2652: hue angle of 217.18º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B2652 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB113882-
CMYK0.870.5400.68
HSL217.18º76.34%18.24%-
HSV(B)217.18º86.59%32.16%-
XYZ2.352.078.26-
YUV34.94154.55110.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.40%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 82 (32.42% from 255) = 62.60%
R=8.40%
G=29.01%
B=62.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1138820.870.5400.68217.1876.3418.24
HexB26525736044d94c12
Octal134612212766010433111422
Binary1011100110101001010101111101100100010011011001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,38,82); }

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

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

 a { background-color: rgb(11,38,82); }

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

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

 span { border-color: rgb(11,38,82); }

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