#0B2A73

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

Shades of Sapphire #0B2A73

Tints of Sapphire #0B2A73

Color information

#0B2A73 (or 0x0B2A73) is unknown color: approx Sapphire. HEX triplet: 0B, 2A and 73. RGB value is (11,42,115). Sum of RGB (Red+Green+Blue) = 11+42+115=168 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.55% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B2A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2A73 is #F4D58C. Grayscale: #282828. Windows color (decimal): -16045453 or 7547403. OLE color: 7547403.

HSL color Cylindrical-coordinate representation of color #0B2A73: hue angle of 222.12º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B2A73 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1142115-
CMYK0.900.6300.55
HSL222.12º82.54%24.71%-
HSV(B)222.12º90.43%45.1%-
XYZ4.062.9616.58-
YUV41.05169.73106.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.55%
GREEN value IS 42 (16.80% from 255) = 25%
BLUE value IS 115 (45.31% from 255) = 68.45%
R=6.55%
G=25%
B=68.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11421150.900.6300.55222.1282.5424.71
HexB2A735A3F037de5319
Octal13521631327706733612331
Binary101110101011100111011010111111011011111011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,42,115); }

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

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

 a { background-color: rgb(11,42,115); }

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

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

 span { border-color: rgb(11,42,115); }

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