#0E1E99

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

Shades of Ultramarine #0E1E99

Tints of Ultramarine #0E1E99

Color information

#0E1E99 (or 0x0E1E99) is unknown color: approx Ultramarine. HEX triplet: 0E, 1E and 99. RGB value is (14,30,153). Sum of RGB (Red+Green+Blue) = 14+30+153=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 153 (60.16% from 255 or 77.66% from 197); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E1E99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1E99 is #F1E166. Grayscale: #262626. Windows color (decimal): -15851879 or 10034702. OLE color: 10034702.

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

Color convert

RGB1430153-
CMYK0.910.8000.4
HSL233.09º83.23%32.75%-
HSV(B)233.09º90.85%60%-
XYZ6.43.3230.44-
YUV39.24192.2110-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.11%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 153 (60.16% from 255) = 77.66%
R=7.11%
G=15.23%
B=77.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14301530.910.8000.4233.0983.2332.75
HexE1E995B50028e95321
Octal163623113312005035112341
Binary11101111010011001101101110100000101000111010011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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