#0B2468

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

Shades of Sapphire #0B2468

Tints of Sapphire #0B2468

Color information

#0B2468 (or 0x0B2468) is unknown color: approx Sapphire. HEX triplet: 0B, 24 and 68. RGB value is (11,36,104). Sum of RGB (Red+Green+Blue) = 11+36+104=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 104 (41.02% from 255 or 68.87% from 151); Max value from RGB is 104 - color contains mainly: blue. Hex color #0B2468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2468 is #F4DB97. Grayscale: #232323. Windows color (decimal): -16047000 or 6824971. OLE color: 6824971.

HSL color Cylindrical-coordinate representation of color #0B2468: hue angle of 223.87º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B2468 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1136104-
CMYK0.890.6500.59
HSL223.87º80.87%22.55%-
HSV(B)223.87º89.42%40.78%-
XYZ3.272.3313.37-
YUV36.28166.22109.97-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.28%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 104 (41.02% from 255) = 68.87%
R=7.28%
G=23.84%
B=68.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11361040.890.6500.59223.8780.8722.55
HexB2468594103Be05117
Octal134415013110107334012127
Binary1011100100110100010110011000001011101111100000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,36,104); }

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

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

 a { background-color: rgb(11,36,104); }

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

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

 span { border-color: rgb(11,36,104); }

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