Html Css Color HEX #1E2199 Ultramarine

📋 copy color: '#1E2199'

red 30 ◦ green 33 ◦ blue 153

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

Shades of Ultramarine #1E2199

Tints of Ultramarine #1E2199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.28%

 BLUE value IS 153 (60.16% from 255) = 70.83%

R = 13.89%
G = 15.28%
B = 70.83%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1E2199 (or 0x1E2199) is known color: Ultramarine. HEX triplet: 1E, 21 and 99. RGB value is (30,33,153). Sum of RGB (Red+Green+Blue) = 30+33+153=216 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.89% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E2199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2199 is #E1DE66. Grayscale: #2D2D2D. Windows color (decimal): -14802535 or 10035486. OLE color: 10035486.

HSL color Cylindrical-coordinate representation of color #1E2199: hue angle of 238.54º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E2199 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 30 33 153 -
CMYK 0.80 0.78 0 0.4
HSL 238.54º 0.67% 0.36% -
HSV(B) 238.54º 0.8% 0.6% -
XYZ 6.83 3.66 30.48 -
YUV 45.78 188.51 116.74 -
System Red Green Blue C M Y K H S L
Decimal 30 33 153 0.80 0.78 0 0.4 238.54 0.67 0.36
Hex 1E 21 99 50 4E 0 28 EF 43 24
Octal 36 41 231 120 116 0 50 357 103 44
Binary 11110 100001 10011001 1010000 1001110 0 101000 11101111 1000011 100100

Color Harmonies of #1E2199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2199

Black with #1E2199

Text Example


Text Example

White with #1E2199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,33,153); }

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

background-color css

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

 a { background-color: rgb(30,33,153); }

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

border-color css

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

 span { border-color: rgb(30,33,153); }

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