#0B2472

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

Shades of Sapphire #0B2472

Tints of Sapphire #0B2472

Color information

#0B2472 (or 0x0B2472) is unknown color: approx Sapphire. HEX triplet: 0B, 24 and 72. RGB value is (11,36,114). Sum of RGB (Red+Green+Blue) = 11+36+114=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B2472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2472 is #F4DB8D. Grayscale: #252525. Windows color (decimal): -16046990 or 7480331. OLE color: 7480331.

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

Color convert

RGB1136114-
CMYK0.900.6800.55
HSL225.44º82.4%24.51%-
HSV(B)225.44º90.35%44.71%-
XYZ3.812.5516.21-
YUV37.42171.22109.16-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.83%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 114 (44.92% from 255) = 70.81%
R=6.83%
G=22.36%
B=70.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11361140.900.6800.55225.4482.424.51
HexB24725A44037e15219
Octal134416213210406734112231
Binary1011100100111001010110101000100011011111100001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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