#0B2973

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

Shades of Sapphire #0B2973

Tints of Sapphire #0B2973

Color information

#0B2973 (or 0x0B2973) is unknown color: approx Sapphire. HEX triplet: 0B, 29 and 73. RGB value is (11,41,115). Sum of RGB (Red+Green+Blue) = 11+41+115=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 115 (45.31% from 255 or 68.86% from 167); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B2973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2973 is #F4D68C. Grayscale: #282828. Windows color (decimal): -16045709 or 7547147. OLE color: 7547147.

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

Color convert

RGB1141115-
CMYK0.900.6400.55
HSL222.69º82.54%24.71%-
HSV(B)222.69º90.43%45.1%-
XYZ4.032.8916.57-
YUV40.47170.06106.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.59%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 115 (45.31% from 255) = 68.86%
R=6.59%
G=24.55%
B=68.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411150.900.6400.55222.6982.5424.71
HexB29735A40037df5319
Octal135116313210006733712331
Binary1011101001111001110110101000000011011111011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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