#0B214D

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

Shades of Sapphire #0B214D

Tints of Sapphire #0B214D

Color information

#0B214D (or 0x0B214D) is unknown color: approx Sapphire. HEX triplet: 0B, 21 and 4D. RGB value is (11,33,77). Sum of RGB (Red+Green+Blue) = 11+33+77=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B214D is #F4DEB2. Grayscale: #1F1F1F. Windows color (decimal): -16047795 or 5054731. OLE color: 5054731.

HSL color Cylindrical-coordinate representation of color #0B214D: hue angle of 220º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B214D is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB113377-
CMYK0.860.5700.70
HSL220º75%17.25%-
HSV(B)220º85.71%30.2%-
XYZ2.021.697.24-
YUV31.44153.71113.42-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.09%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 77 (30.47% from 255) = 63.64%
R=9.09%
G=27.27%
B=63.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1133770.860.5700.702207517.25
HexB214D5639046dc4b11
Octal134111512671010633411321
Binary1011100001100110110101101110010100011011011100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,33,77); }

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

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

 a { background-color: rgb(11,33,77); }

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

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

 span { border-color: rgb(11,33,77); }

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