#0B276A

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

Shades of Sapphire #0B276A

Tints of Sapphire #0B276A

Color information

#0B276A (or 0x0B276A) is unknown color: approx Sapphire. HEX triplet: 0B, 27 and 6A. RGB value is (11,39,106). Sum of RGB (Red+Green+Blue) = 11+39+106=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 106 (41.80% from 255 or 67.95% from 156); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B276A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B276A is #F4D895. Grayscale: #252525. Windows color (decimal): -16046230 or 6956811. OLE color: 6956811.

HSL color Cylindrical-coordinate representation of color #0B276A: hue angle of 222.32º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B276A is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1139106-
CMYK0.900.6300.58
HSL222.32º81.2%22.94%-
HSV(B)222.32º89.62%41.57%-
XYZ3.472.5613.95-
YUV38.27166.22108.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.05%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 106 (41.80% from 255) = 67.95%
R=7.05%
G=25%
B=67.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11391060.900.6300.58222.3281.222.94
HexB276A5A3F03Ade5117
Octal13471521327707233612127
Binary101110011111010101011010111111011101011011110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,39,106); }

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

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

 a { background-color: rgb(11,39,106); }

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

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

 span { border-color: rgb(11,39,106); }

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