#0B2850

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

Shades of Sapphire #0B2850

Tints of Sapphire #0B2850

Color information

#0B2850 (or 0x0B2850) is unknown color: approx Sapphire. HEX triplet: 0B, 28 and 50. RGB value is (11,40,80). Sum of RGB (Red+Green+Blue) = 11+40+80=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B2850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2850 is #F4D7AF. Grayscale: #232323. Windows color (decimal): -16046000 or 5253131. OLE color: 5253131.

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

Color convert

RGB114080-
CMYK0.860.500.69
HSL214.78º75.82%17.84%-
HSV(B)214.78º86.25%31.37%-
XYZ2.342.177.88-
YUV35.89152.89110.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.40%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 80 (31.64% from 255) = 61.07%
R=8.40%
G=30.53%
B=61.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1140800.860.500.69214.7875.8217.84
HexB28505632045d74c12
Octal135012012662010532711422
Binary1011101000101000010101101100100100010111010111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,40,80); }

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

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

 a { background-color: rgb(11,40,80); }

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

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

 span { border-color: rgb(11,40,80); }

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