#1E1484

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

Shades of Ultramarine #1E1484

Tints of Ultramarine #1E1484

Color information

#1E1484 (or 0x1E1484) is unknown color: approx Ultramarine. HEX triplet: 1E, 14 and 84. RGB value is (30,20,132). Sum of RGB (Red+Green+Blue) = 30+20+132=182 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.48% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 132 (51.95% from 255 or 72.53% from 182); Max value from RGB is 132 - color contains mainly: blue. Hex color #1E1484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1484 is #E1EB7B. Grayscale: #232323. Windows color (decimal): -14805884 or 8655902. OLE color: 8655902.

HSL color Cylindrical-coordinate representation of color #1E1484: hue angle of 245.36º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E1484 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3020132-
CMYK0.770.8500.48
HSL245.36º73.68%29.8%-
HSV(B)245.36º84.85%51.76%-
XYZ4.952.4422.04-
YUV35.76182.31123.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.48%
GREEN value IS 20 (8.20% from 255) = 10.99%
BLUE value IS 132 (51.95% from 255) = 72.53%
R=16.48%
G=10.99%
B=72.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30201320.770.8500.48245.3673.6829.8
Hex1E14844D55030f54a1e
Octal362420411512506036511236
Binary11110101001000010010011011010101011000011110101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,20,132); }

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

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

 a { background-color: rgb(30,20,132); }

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

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

 span { border-color: rgb(30,20,132); }

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