#0B214E

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

Shades of Sapphire #0B214E

Tints of Sapphire #0B214E

Color information

#0B214E (or 0x0B214E) is unknown color: approx Sapphire. HEX triplet: 0B, 21 and 4E. RGB value is (11,33,78). Sum of RGB (Red+Green+Blue) = 11+33+78=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #0B214E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B214E is #F4DEB1. Grayscale: #1F1F1F. Windows color (decimal): -16047794 or 5120267. OLE color: 5120267.

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

Color convert

RGB113378-
CMYK0.860.5800.69
HSL220.3º75.28%17.45%-
HSV(B)220.3º85.9%30.59%-
XYZ2.061.717.43-
YUV31.55154.21113.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.02%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 78 (30.86% from 255) = 63.93%
R=9.02%
G=27.05%
B=63.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1133780.860.5800.69220.375.2817.45
HexB214E563A045dc4b11
Octal134111612672010533411321
Binary1011100001100111010101101110100100010111011100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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