#0E208A

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

Shades of Ultramarine #0E208A

Tints of Ultramarine #0E208A

Color information

#0E208A (or 0x0E208A) is unknown color: approx Ultramarine. HEX triplet: 0E, 20 and 8A. RGB value is (14,32,138). Sum of RGB (Red+Green+Blue) = 14+32+138=184 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.61% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 138 (54.30% from 255 or 75% from 184); Max value from RGB is 138 - color contains mainly: blue. Hex color #0E208A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E208A is #F1DF75. Grayscale: #262626. Windows color (decimal): -15851382 or 9052174. OLE color: 9052174.

HSL color Cylindrical-coordinate representation of color #0E208A: hue angle of 231.29º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E208A is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1432138-
CMYK0.900.7700.46
HSL231.29º81.58%29.8%-
HSV(B)231.29º89.86%54.12%-
XYZ5.292.9624.34-
YUV38.7184.04110.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.61%
GREEN value IS 32 (12.89% from 255) = 17.39%
BLUE value IS 138 (54.30% from 255) = 75%
R=7.61%
G=17.39%
B=75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal14321380.900.7700.46231.2981.5829.8
HexE208A5A4D02Ee7521e
Octal164021213211505634712236
Binary11101000001000101010110101001101010111011100111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,32,138); }

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

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

 a { background-color: rgb(14,32,138); }

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

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

 span { border-color: rgb(14,32,138); }

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