#0E0738

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

Shades of Tolopea #0E0738

Tints of Tolopea #0E0738

Color information

#0E0738 (or 0x0E0738) is unknown color: approx Tolopea. HEX triplet: 0E, 07 and 38. RGB value is (14,7,56). Sum of RGB (Red+Green+Blue) = 14+7+56=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 56 (22.27% from 255 or 72.73% from 77); Max value from RGB is 56 - color contains mainly: blue. Hex color #0E0738 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0738 is #F1F8C7. Grayscale: #0E0E0E. Windows color (decimal): -15857864 or 3671822. OLE color: 3671822.

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

Color convert

RGB14756-
CMYK0.750.8800.78
HSL248.57º77.78%12.35%-
HSV(B)248.57º87.5%21.96%-
XYZ0.970.533.79-
YUV14.68151.32127.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.18%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 56 (22.27% from 255) = 72.73%
R=18.18%
G=9.09%
B=72.73%

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
Decimal147560.750.8800.78248.5777.7812.35
HexE7384B5804Ef94ec
Octal16770113130011637111614
Binary111011111100010010111011000010011101111100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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