#0e078a

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

Shades of Ultramarine #0E078A

Tints of Ultramarine #0E078A

Color information

#0E078A (or 0x0E078A) is unknown color: approx Ultramarine. HEX triplet: 0E, 07 and 8A. RGB value is (14,7,138). Sum of RGB (Red+Green+Blue) = 14+7+138=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 138 (54.30% from 255 or 86.79% from 159); Max value from RGB is 138 - color contains mainly: blue. Hex color #0E078A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E078A is #F1F875. Grayscale: #171717. Windows color (decimal): -15857782 or 9045774. OLE color: 9045774.

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

Color convert

RGB147138-
CMYK0.900.9500.46
HSL243.21º90.34%28.43%-
HSV(B)243.21º94.93%54.12%-
XYZ4.842.0824.19-
YUV24.03192.32120.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.81%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 138 (54.30% from 255) = 86.79%
R=8.81%
G=4.40%
B=86.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1471380.900.9500.46243.2190.3428.43
HexE78A5A5F02Ef35a1c
Octal16721213213705636313234
Binary11101111000101010110101011111010111011110011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e078a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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