Html Css Color HEX #1E1588 Ultramarine

📋 copy color: '#1E1588'

red 30 ◦ green 21 ◦ blue 136

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

Shades of Ultramarine #1E1588

Tints of Ultramarine #1E1588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 72.73%

R = 16.04%
G = 11.23%
B = 72.73%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1E1588 (or 0x1E1588) is known color: Ultramarine. HEX triplet: 1E, 15 and 88. RGB value is (30,21,136). Sum of RGB (Red+Green+Blue) = 30+21+136=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 136 (53.52% from 255 or 72.73% from 187); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E1588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1588 is #E1EA77. Grayscale: #242424. Windows color (decimal): -14805624 or 8918302. OLE color: 8918302.

HSL color Cylindrical-coordinate representation of color #1E1588: hue angle of 244.7º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E1588 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 30 21 136 -
CMYK 0.78 0.85 0 0.47
HSL 244.7º 0.73% 0.31% -
HSV(B) 244.7º 0.85% 0.53% -
XYZ 5.25 2.59 23.52 -
YUV 36.8 183.98 123.15 -
System Red Green Blue C M Y K H S L
Decimal 30 21 136 0.78 0.85 0 0.47 244.7 0.73 0.31
Hex 1E 15 88 4E 55 0 2F F5 49 1F
Octal 36 25 210 116 125 0 57 365 111 37
Binary 11110 10101 10001000 1001110 1010101 0 101111 11110101 1001001 11111

Color Harmonies of #1E1588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1588

Black with #1E1588

Text Example


Text Example

White with #1E1588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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