Html Css Color HEX #1E2299 Ultramarine

📋 copy color: '#1E2299'

red 30 ◦ green 34 ◦ blue 153

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

Shades of Ultramarine #1E2299

Tints of Ultramarine #1E2299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.67%

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

R = 13.82%
G = 15.67%
B = 70.51%

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

#1E2299 (or 0x1E2299) is known color: Ultramarine. HEX triplet: 1E, 22 and 99. RGB value is (30,34,153). Sum of RGB (Red+Green+Blue) = 30+34+153=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E2299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2299 is #E1DD66. Grayscale: #2D2D2D. Windows color (decimal): -14802279 or 10035742. OLE color: 10035742.

HSL color Cylindrical-coordinate representation of color #1E2299: hue angle of 238.05º 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 #1E2299 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 30 34 153 -
CMYK 0.80 0.78 0 0.4
HSL 238.05º 0.67% 0.36% -
HSV(B) 238.05º 0.8% 0.6% -
XYZ 6.86 3.72 30.49 -
YUV 46.37 188.17 116.32 -
System Red Green Blue C M Y K H S L
Decimal 30 34 153 0.80 0.78 0 0.4 238.05 0.67 0.36
Hex 1E 22 99 50 4E 0 28 EE 43 24
Octal 36 42 231 120 116 0 50 356 103 44
Binary 11110 100010 10011001 1010000 1001110 0 101000 11101110 1000011 100100

Color Harmonies of #1E2299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2299

Black with #1E2299

Text Example


Text Example

White with #1E2299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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