#0E0399

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

Shades of Ultramarine #0E0399

Tints of Ultramarine #0E0399

Color information

#0E0399 (or 0x0E0399) is unknown color: approx Ultramarine. HEX triplet: 0E, 03 and 99. RGB value is (14,3,153). Sum of RGB (Red+Green+Blue) = 14+3+153=170 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.24% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 153 (60.16% from 255 or 90% from 170); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E0399 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0399 is #F1FC66. Grayscale: #161616. Windows color (decimal): -15858791 or 10027790. OLE color: 10027790.

HSL color Cylindrical-coordinate representation of color #0E0399: hue angle of 244.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E0399 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB143153-
CMYK0.910.9800.4
HSL244.4º96.15%30.59%-
HSV(B)244.4º98.04%60%-
XYZ5.962.4630.3-
YUV23.39201.14121.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.24%
GREEN value IS 3 (1.56% from 255) = 1.76%
BLUE value IS 153 (60.16% from 255) = 90%
R=8.24%
G=1.76%
B=90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1431530.910.9800.4244.496.1530.59
HexE3995B62028f4601f
Octal16323113314205036414037
Binary1110111001100110110111100010010100011110100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,3,153); }

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

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

 a { background-color: rgb(14,3,153); }

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

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

 span { border-color: rgb(14,3,153); }

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