#0E058A

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

Shades of Ultramarine #0E058A

Tints of Ultramarine #0E058A

Color information

#0E058A (or 0x0E058A) is unknown color: approx Ultramarine. HEX triplet: 0E, 05 and 8A. RGB value is (14,5,138). Sum of RGB (Red+Green+Blue) = 14+5+138=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 138 (54.30% from 255 or 87.90% from 157); Max value from RGB is 138 - color contains mainly: blue. Hex color #0E058A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E058A is #F1FA75. Grayscale: #161616. Windows color (decimal): -15858294 or 9045262. OLE color: 9045262.

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

Color convert

RGB145138-
CMYK0.900.9600.46
HSL244.06º93.01%28.04%-
HSV(B)244.06º96.38%54.12%-
XYZ4.822.0424.18-
YUV22.85192.98121.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.92%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 138 (54.30% from 255) = 87.90%
R=8.92%
G=3.18%
B=87.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1451380.900.9600.46244.0693.0128.04
HexE58A5A6002Ef45d1c
Octal16521213214005636413534
Binary11101011000101010110101100000010111011110100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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