#0E078C

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

Shades of Ultramarine #0E078C

Tints of Ultramarine #0E078C

Color information

#0E078C (or 0x0E078C) is unknown color: approx Ultramarine. HEX triplet: 0E, 07 and 8C. RGB value is (14,7,140). Sum of RGB (Red+Green+Blue) = 14+7+140=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 140 (55.08% from 255 or 86.96% from 161); Max value from RGB is 140 - color contains mainly: blue. Hex color #0E078C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E078C is #F1F873. Grayscale: #171717. Windows color (decimal): -15857780 or 9176846. OLE color: 9176846.

HSL color Cylindrical-coordinate representation of color #0E078C: hue angle of 243.16º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E078C is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB147140-
CMYK0.900.9500.45
HSL243.16º90.48%28.82%-
HSV(B)243.16º95%54.9%-
XYZ4.992.1424.96-
YUV24.26193.32120.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.70%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 140 (55.08% from 255) = 86.96%
R=8.70%
G=4.35%
B=86.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1471400.900.9500.45243.1690.4828.82
HexE78C5A5F02Df35a1d
Octal16721413213705536313235
Binary11101111000110010110101011111010110111110011101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E078C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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