#0B2B81

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

Shades of Sapphire #0B2B81

Tints of Sapphire #0B2B81

Color information

#0B2B81 (or 0x0B2B81) is unknown color: approx Sapphire. HEX triplet: 0B, 2B and 81. RGB value is (11,43,129). Sum of RGB (Red+Green+Blue) = 11+43+129=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 129 (50.78% from 255 or 70.49% from 183); Max value from RGB is 129 - color contains mainly: blue. Hex color #0B2B81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2B81 is #F4D47E. Grayscale: #2A2A2A. Windows color (decimal): -16045183 or 8465163. OLE color: 8465163.

HSL color Cylindrical-coordinate representation of color #0B2B81: hue angle of 223.73º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B2B81 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1143129-
CMYK0.910.6700.49
HSL223.73º84.29%27.45%-
HSV(B)223.73º91.47%50.59%-
XYZ4.963.3821.16-
YUV43.24176.4105.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.01%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 129 (50.78% from 255) = 70.49%
R=6.01%
G=23.50%
B=70.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11431290.910.6700.49223.7384.2927.45
HexB2B815B43031e0541b
Octal135320113310306134012433
Binary10111010111000000110110111000011011000111100000101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,43,129); }

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

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

 a { background-color: rgb(11,43,129); }

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

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

 span { border-color: rgb(11,43,129); }

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