#0E2268

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

Shades of Sapphire #0E2268

Tints of Sapphire #0E2268

Color information

#0E2268 (or 0x0E2268) is unknown color: approx Sapphire. HEX triplet: 0E, 22 and 68. RGB value is (14,34,104). Sum of RGB (Red+Green+Blue) = 14+34+104=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #0E2268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2268 is #F1DD97. Grayscale: #232323. Windows color (decimal): -15850904 or 6824462. OLE color: 6824462.

HSL color Cylindrical-coordinate representation of color #0E2268: hue angle of 226.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E2268 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1434104-
CMYK0.870.6700.59
HSL226.67º76.27%23.14%-
HSV(B)226.67º86.54%40.78%-
XYZ3.252.2413.36-
YUV36166.37112.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.21%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 104 (41.02% from 255) = 68.42%
R=9.21%
G=22.37%
B=68.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal14341040.870.6700.59226.6776.2723.14
HexE2268574303Be34c17
Octal164215012710307334311427
Binary1110100010110100010101111000011011101111100011100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,34,104); }

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

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

 a { background-color: rgb(14,34,104); }

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

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

 span { border-color: rgb(14,34,104); }

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