#0E0739

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

Shades of Tolopea #0E0739

Tints of Tolopea #0E0739

Color information

#0E0739 (or 0x0E0739) is unknown color: approx Tolopea. HEX triplet: 0E, 07 and 39. RGB value is (14,7,57). Sum of RGB (Red+Green+Blue) = 14+7+57=78 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.95% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 57 (22.66% from 255 or 73.08% from 78); Max value from RGB is 57 - color contains mainly: blue. Hex color #0E0739 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0739 is #F1F8C6. Grayscale: #0E0E0E. Windows color (decimal): -15857863 or 3737358. OLE color: 3737358.

HSL color Cylindrical-coordinate representation of color #0E0739: hue angle of 248.4º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E0739 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB14757-
CMYK0.750.8800.78
HSL248.4º78.12%12.55%-
HSV(B)248.4º87.72%22.35%-
XYZ10.543.92-
YUV14.79151.82127.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.95%
GREEN value IS 7 (3.12% from 255) = 8.97%
BLUE value IS 57 (22.66% from 255) = 73.08%
R=17.95%
G=8.97%
B=73.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal147570.750.8800.78248.478.1212.55
HexE7394B5804Ef84ed
Octal16771113130011637011615
Binary111011111100110010111011000010011101111100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,7,57); }

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

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

 a { background-color: rgb(14,7,57); }

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

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

 span { border-color: rgb(14,7,57); }

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