#0B1868

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

Shades of Sapphire #0B1868

Tints of Sapphire #0B1868

Color information

#0B1868 (or 0x0B1868) is unknown color: approx Sapphire. HEX triplet: 0B, 18 and 68. RGB value is (11,24,104). Sum of RGB (Red+Green+Blue) = 11+24+104=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 104 (41.02% from 255 or 74.82% from 139); Max value from RGB is 104 - color contains mainly: blue. Hex color #0B1868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1868 is #F4E797. Grayscale: #1C1C1C. Windows color (decimal): -16050072 or 6821899. OLE color: 6821899.

HSL color Cylindrical-coordinate representation of color #0B1868: hue angle of 231.61º 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 #0B1868 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1124104-
CMYK0.890.7700.59
HSL231.61º80.87%22.55%-
HSV(B)231.61º89.42%40.78%-
XYZ2.961.7213.27-
YUV29.23170.19115-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.91%
GREEN value IS 24 (9.77% from 255) = 17.27%
BLUE value IS 104 (41.02% from 255) = 74.82%
R=7.91%
G=17.27%
B=74.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11241040.890.7700.59231.6180.8722.55
HexB1868594D03Be85117
Octal133015013111507335012127
Binary101111000110100010110011001101011101111101000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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