#0B2065

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

Shades of Sapphire #0B2065

Tints of Sapphire #0B2065

Color information

#0B2065 (or 0x0B2065) is unknown color: approx Sapphire. HEX triplet: 0B, 20 and 65. RGB value is (11,32,101). Sum of RGB (Red+Green+Blue) = 11+32+101=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 101 (39.84% from 255 or 70.14% from 144); Max value from RGB is 101 - color contains mainly: blue. Hex color #0B2065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2065 is #F4DF9A. Grayscale: #212121. Windows color (decimal): -16048027 or 6627339. OLE color: 6627339.

HSL color Cylindrical-coordinate representation of color #0B2065: hue angle of 226º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B2065 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1132101-
CMYK0.890.6800.60
HSL226º80.36%21.96%-
HSV(B)226º89.11%39.61%-
XYZ32.0412.55-
YUV33.59166.04111.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.64%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 101 (39.84% from 255) = 70.14%
R=7.64%
G=22.22%
B=70.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11321010.890.6800.6022680.3621.96
HexB2065594403Ce25016
Octal134014513110407434212026
Binary1011100000110010110110011000100011110011100010101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,32,101); }

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

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

 a { background-color: rgb(11,32,101); }

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

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

 span { border-color: rgb(11,32,101); }

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