#0E2066

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

Shades of Sapphire #0E2066

Tints of Sapphire #0E2066

Color information

#0E2066 (or 0x0E2066) is unknown color: approx Sapphire. HEX triplet: 0E, 20 and 66. RGB value is (14,32,102). Sum of RGB (Red+Green+Blue) = 14+32+102=148 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.46% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 102 (40.23% from 255 or 68.92% from 148); Max value from RGB is 102 - color contains mainly: blue. Hex color #0E2066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2066 is #F1DF99. Grayscale: #222222. Windows color (decimal): -15851418 or 6692878. OLE color: 6692878.

HSL color Cylindrical-coordinate representation of color #0E2066: hue angle of 227.73º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E2066 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1432102-
CMYK0.860.6900.6
HSL227.73º75.86%22.75%-
HSV(B)227.73º86.27%40%-
XYZ3.12.0912.81-
YUV34.6166.04113.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.46%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 102 (40.23% from 255) = 68.92%
R=9.46%
G=21.62%
B=68.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal14321020.860.6900.6227.7375.8622.75
HexE2066564503Ce44c17
Octal164014612610507434411427
Binary1110100000110011010101101000101011110011100100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,32,102); }

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

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

 a { background-color: rgb(14,32,102); }

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

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

 span { border-color: rgb(14,32,102); }

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