Html Css Color HEX #1E1590 Ultramarine

📋 copy color: '#1E1590'

red 30 ◦ green 21 ◦ blue 144

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

Shades of Ultramarine #1E1590

Tints of Ultramarine #1E1590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.77%

 BLUE value IS 144 (56.64% from 255) = 73.85%

R = 15.38%
G = 10.77%
B = 73.85%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1E1590 (or 0x1E1590) is known color: Ultramarine. HEX triplet: 1E, 15 and 90. RGB value is (30,21,144). Sum of RGB (Red+Green+Blue) = 30+21+144=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #1E1590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1590 is #E1EA6F. Grayscale: #252525. Windows color (decimal): -14805616 or 9442590. OLE color: 9442590.

HSL color Cylindrical-coordinate representation of color #1E1590: hue angle of 244.39º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E1590 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 30 21 144 -
CMYK 0.79 0.85 0 0.44
HSL 244.39º 0.75% 0.32% -
HSV(B) 244.39º 0.85% 0.56% -
XYZ 5.84 2.83 26.62 -
YUV 37.71 187.98 122.5 -
System Red Green Blue C M Y K H S L
Decimal 30 21 144 0.79 0.85 0 0.44 244.39 0.75 0.32
Hex 1E 15 90 4F 55 0 2C F4 4B 20
Octal 36 25 220 117 125 0 54 364 113 40
Binary 11110 10101 10010000 1001111 1010101 0 101100 11110100 1001011 100000

Color Harmonies of #1E1590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1590

Black with #1E1590

Text Example


Text Example

White with #1E1590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,21,144); }

 H1.HeaderClassName
 {
   color: #1E1590;
 }
 .AnyTagClassName
 {
   color: #1E1590;
 }
</style>

background-color css

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

 a { background-color: rgb(30,21,144); }

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

border-color css

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

 span { border-color: rgb(30,21,144); }

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