#0E048C

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

Shades of Ultramarine #0E048C

Tints of Ultramarine #0E048C

Color information

#0E048C (or 0x0E048C) is unknown color: approx Ultramarine. HEX triplet: 0E, 04 and 8C. RGB value is (14,4,140). Sum of RGB (Red+Green+Blue) = 14+4+140=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 140 (55.08% from 255 or 88.61% from 158); Max value from RGB is 140 - color contains mainly: blue. Hex color #0E048C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E048C is #F1FB73. Grayscale: #151515. Windows color (decimal): -15858548 or 9176078. OLE color: 9176078.

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

Color convert

RGB144140-
CMYK0.900.9700.45
HSL244.41º94.44%28.24%-
HSV(B)244.41º97.14%54.9%-
XYZ4.962.0724.95-
YUV22.49194.31121.94-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.86%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 140 (55.08% from 255) = 88.61%
R=8.86%
G=2.53%
B=88.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1441400.900.9700.45244.4194.4428.24
HexE48C5A6102Df45e1c
Octal16421413214105536413634
Binary11101001000110010110101100001010110111110100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E048C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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