#0E2274

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

Shades of Sapphire #0E2274

Tints of Sapphire #0E2274

Color information

#0E2274 (or 0x0E2274) is unknown color: approx Sapphire. HEX triplet: 0E, 22 and 74. RGB value is (14,34,116). Sum of RGB (Red+Green+Blue) = 14+34+116=164 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.54% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 116 (45.70% from 255 or 70.73% from 164); Max value from RGB is 116 - color contains mainly: blue. Hex color #0E2274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2274 is #F1DD8B. Grayscale: #252525. Windows color (decimal): -15850892 or 7610894. OLE color: 7610894.

HSL color Cylindrical-coordinate representation of color #0E2274: hue angle of 228.24º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E2274 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1434116-
CMYK0.880.7100.55
HSL228.24º78.46%25.49%-
HSV(B)228.24º87.93%45.49%-
XYZ3.912.516.8-
YUV37.37172.37111.33-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.54%
GREEN value IS 34 (13.67% from 255) = 20.73%
BLUE value IS 116 (45.70% from 255) = 70.73%
R=8.54%
G=20.73%
B=70.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14341160.880.7100.55228.2478.4625.49
HexE22745847037e44e19
Octal164216413010706734411631
Binary1110100010111010010110001000111011011111100100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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