#0E0084

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

Shades of Ultramarine #0E0084

Tints of Ultramarine #0E0084

Color information

#0E0084 (or 0x0E0084) is unknown color: approx Ultramarine. HEX triplet: 0E, 00 and 84. RGB value is (14,0,132). Sum of RGB (Red+Green+Blue) = 14+0+132=146 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.59% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 132 (51.95% from 255 or 90.41% from 146); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E0084 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0084 is #F1FF7B. Grayscale: #121212. Windows color (decimal): -15859580 or 8650766. OLE color: 8650766.

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

Color convert

RGB140132-
CMYK0.89100.48
HSL246.36º100%25.88%-
HSV(B)246.36º100%51.76%-
XYZ4.351.7621.94-
YUV19.23191.64124.27-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 90.41%
R=9.59%
G=0%
B=90.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1401320.89100.48246.3610025.88
HexE0845964030f6641a
Octal16020413114406036614432
Binary111001000010010110011100100011000011110110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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