#0B295D

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

Shades of Sapphire #0B295D

Tints of Sapphire #0B295D

Color information

#0B295D (or 0x0B295D) is unknown color: approx Sapphire. HEX triplet: 0B, 29 and 5D. RGB value is (11,41,93). Sum of RGB (Red+Green+Blue) = 11+41+93=145 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.59% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B295D is #F4D6A2. Grayscale: #252525. Windows color (decimal): -16045731 or 6105355. OLE color: 6105355.

HSL color Cylindrical-coordinate representation of color #0B295D: hue angle of 218.05º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B295D is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB114193-
CMYK0.880.5600.64
HSL218.05º78.85%20.39%-
HSV(B)218.05º88.17%36.47%-
XYZ2.912.4510.68-
YUV37.96159.06108.77-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.59%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 93 (36.72% from 255) = 64.14%
R=7.59%
G=28.28%
B=64.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1141930.880.5600.64218.0578.8520.39
HexB295D5838040da4f14
Octal135113513070010033211724
Binary1011101001101110110110001110000100000011011010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,41,93); }

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

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

 a { background-color: rgb(11,41,93); }

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

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

 span { border-color: rgb(11,41,93); }

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