#1E0C82

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

Shades of Ultramarine #1E0C82

Tints of Ultramarine #1E0C82

Color information

#1E0C82 (or 0x1E0C82) is unknown color: approx Ultramarine. HEX triplet: 1E, 0C and 82. RGB value is (30,12,130). Sum of RGB (Red+Green+Blue) = 30+12+130=172 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.44% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 130 (51.17% from 255 or 75.58% from 172); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E0C82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0C82 is #E1F37D. Grayscale: #1E1E1E. Windows color (decimal): -14807934 or 8522782. OLE color: 8522782.

HSL color Cylindrical-coordinate representation of color #1E0C82: hue angle of 249.15º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E0C82 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3012130-
CMYK0.770.9100.49
HSL249.15º83.1%27.84%-
HSV(B)249.15º90.77%50.98%-
XYZ4.72.1521.29-
YUV30.83183.96127.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.44%
GREEN value IS 12 (5.08% from 255) = 6.98%
BLUE value IS 130 (51.17% from 255) = 75.58%
R=17.44%
G=6.98%
B=75.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30121300.770.9100.49249.1583.127.84
Hex1EC824D5B031f9531c
Octal361420211513306137112334
Binary1111011001000001010011011011011011000111111001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,12,130); }

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

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

 a { background-color: rgb(30,12,130); }

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

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

 span { border-color: rgb(30,12,130); }

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