#0E214E

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

Shades of Sapphire #0E214E

Tints of Sapphire #0E214E

Color information

#0E214E (or 0x0E214E) is unknown color: approx Sapphire. HEX triplet: 0E, 21 and 4E. RGB value is (14,33,78). Sum of RGB (Red+Green+Blue) = 14+33+78=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #0E214E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E214E is #F1DEB1. Grayscale: #202020. Windows color (decimal): -15851186 or 5120270. OLE color: 5120270.

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

Color convert

RGB143378-
CMYK0.820.5800.69
HSL222.19º69.57%18.04%-
HSV(B)222.19º82.05%30.59%-
XYZ2.11.737.43-
YUV32.45153.71114.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.2%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 78 (30.86% from 255) = 62.4%
R=11.2%
G=26.4%
B=62.4%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1433780.820.5800.69222.1969.5718.04
HexE214E523A045de4612
Octal164111612272010533610622
Binary1110100001100111010100101110100100010111011110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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