#0B2372

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

Shades of Sapphire #0B2372

Tints of Sapphire #0B2372

Color information

#0B2372 (or 0x0B2372) is unknown color: approx Sapphire. HEX triplet: 0B, 23 and 72. RGB value is (11,35,114). Sum of RGB (Red+Green+Blue) = 11+35+114=160 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.88% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 114 (44.92% from 255 or 71.25% from 160); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B2372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2372 is #F4DC8D. Grayscale: #242424. Windows color (decimal): -16047246 or 7480075. OLE color: 7480075.

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

Color convert

RGB1135114-
CMYK0.900.6900.55
HSL226.02º82.4%24.51%-
HSV(B)226.02º90.35%44.71%-
XYZ3.782.4916.2-
YUV36.83171.55109.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.88%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 114 (44.92% from 255) = 71.25%
R=6.88%
G=21.88%
B=71.25%

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
Decimal11351140.900.6900.55226.0282.424.51
HexB23725A45037e25219
Octal134316213210506734212231
Binary1011100011111001010110101000101011011111100010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,35,114); }

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

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

 a { background-color: rgb(11,35,114); }

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

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

 span { border-color: rgb(11,35,114); }

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