#0E2164

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

Shades of Sapphire #0E2164

Tints of Sapphire #0E2164

Color information

#0E2164 (or 0x0E2164) is unknown color: approx Sapphire. HEX triplet: 0E, 21 and 64. RGB value is (14,33,100). Sum of RGB (Red+Green+Blue) = 14+33+100=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 100 (39.45% from 255 or 68.03% from 147); Max value from RGB is 100 - color contains mainly: blue. Hex color #0E2164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2164 is #F1DE9B. Grayscale: #222222. Windows color (decimal): -15851164 or 6562062. OLE color: 6562062.

HSL color Cylindrical-coordinate representation of color #0E2164: hue angle of 226.74º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E2164 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB1433100-
CMYK0.860.6700.61
HSL226.74º75.44%22.35%-
HSV(B)226.74º86%39.22%-
XYZ3.032.112.3-
YUV34.96164.71113.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.52%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 100 (39.45% from 255) = 68.03%
R=9.52%
G=22.45%
B=68.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal14331000.860.6700.61226.7475.4422.35
HexE2164564303De34b16
Octal164114412610307534311326
Binary1110100001110010010101101000011011110111100011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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