Html Css Color HEX #1E1484 Ultramarine

📋 copy color: '#1E1484'

red 30 ◦ green 20 ◦ blue 132

#1E1484
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #1E1484

Tints of Ultramarine #1E1484

RGB

 RED value IS 30 (12.11% from 255) = 16.48%

 GREEN value IS 20 (8.2% 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 value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1E1484 (or 0x1E1484) is known color: 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

RGB 30 20 132 -
CMYK 0.77 0.85 0 0.48
HSL 245.36º 0.74% 0.3% -
HSV(B) 245.36º 0.85% 0.52% -
XYZ 4.95 2.44 22.04 -
YUV 35.76 182.31 123.89 -
System Red Green Blue C M Y K H S L
Decimal 30 20 132 0.77 0.85 0 0.48 245.36 0.74 0.3
Hex 1E 14 84 4D 55 0 30 F5 4A 1E
Octal 36 24 204 115 125 0 60 365 112 36
Binary 11110 10100 10000100 1001101 1010101 0 110000 11110101 1001010 11110

Color Harmonies of #1E1484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1484

Black with #1E1484

Text Example


Text Example

White with #1E1484

Text Example


Text Example

HTML Codes & Css Web 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>