#0E1584

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

Shades of Ultramarine #0E1584

Tints of Ultramarine #0E1584

Color information

#0E1584 (or 0x0E1584) is unknown color: approx Ultramarine. HEX triplet: 0E, 15 and 84. RGB value is (14,21,132). Sum of RGB (Red+Green+Blue) = 14+21+132=167 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.38% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 132 (51.95% from 255 or 79.04% from 167); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E1584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1584 is #F1EA7B. Grayscale: #1F1F1F. Windows color (decimal): -15854204 or 8656142. OLE color: 8656142.

HSL color Cylindrical-coordinate representation of color #0E1584: hue angle of 236.44º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E1584 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1421132-
CMYK0.890.8400.48
HSL236.44º80.82%28.63%-
HSV(B)236.44º89.39%51.76%-
XYZ4.612.322.03-
YUV31.56184.68115.47-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.38%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 132 (51.95% from 255) = 79.04%
R=8.38%
G=12.57%
B=79.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal14211320.890.8400.48236.4480.8228.63
HexE15845954030ec511d
Octal162520413112406035412135
Binary1110101011000010010110011010100011000011101100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,21,132); }

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

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

 a { background-color: rgb(14,21,132); }

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

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

 span { border-color: rgb(14,21,132); }

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