#0B2473

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

Shades of Sapphire #0B2473

Tints of Sapphire #0B2473

Color information

#0B2473 (or 0x0B2473) is unknown color: approx Sapphire. HEX triplet: 0B, 24 and 73. RGB value is (11,36,115). Sum of RGB (Red+Green+Blue) = 11+36+115=162 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.79% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B2473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2473 is #F4DB8C. Grayscale: #252525. Windows color (decimal): -16046989 or 7545867. OLE color: 7545867.

HSL color Cylindrical-coordinate representation of color #0B2473: hue angle of 225.58º 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 #0B2473 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1136115-
CMYK0.900.6900.55
HSL225.58º82.54%24.71%-
HSV(B)225.58º90.43%45.1%-
XYZ3.862.5716.51-
YUV37.53171.72109.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.79%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 115 (45.31% from 255) = 70.99%
R=6.79%
G=22.22%
B=70.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11361150.900.6900.55225.5882.5424.71
HexB24735A45037e25319
Octal134416313210506734212331
Binary1011100100111001110110101000101011011111100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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