#1E0E8C

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

Shades of Ultramarine #1E0E8C

Tints of Ultramarine #1E0E8C

Color information

#1E0E8C (or 0x1E0E8C) is unknown color: approx Ultramarine. HEX triplet: 1E, 0E and 8C. RGB value is (30,14,140). Sum of RGB (Red+Green+Blue) = 30+14+140=184 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.30% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 140 (55.08% from 255 or 76.09% from 184); Max value from RGB is 140 - color contains mainly: blue. Hex color #1E0E8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0E8C is #E1F173. Grayscale: #202020. Windows color (decimal): -14807412 or 9178654. OLE color: 9178654.

HSL color Cylindrical-coordinate representation of color #1E0E8C: hue angle of 247.62º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E0E8C is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3014140-
CMYK0.790.9000.45
HSL247.62º81.82%30.2%-
HSV(B)247.62º90%54.9%-
XYZ5.432.4825-
YUV33.15188.3125.75-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.30%
GREEN value IS 14 (5.86% from 255) = 7.61%
BLUE value IS 140 (55.08% from 255) = 76.09%
R=16.30%
G=7.61%
B=76.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal30141400.790.9000.45247.6281.8230.2
Hex1EE8C4F5A02Df8521e
Octal361621411713205537012236
Binary1111011101000110010011111011010010110111111000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E0E8C; }

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

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

<style>
 a { background-color: #1E0E8C; }

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

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

<style>
 span { border-color: #1E0E8C; }

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

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