Html Css Color HEX #1E1799 Ultramarine

📋 copy color: '#1E1799'

red 30 ◦ green 23 ◦ blue 153

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

Shades of Ultramarine #1E1799

Tints of Ultramarine #1E1799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.17%

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

R = 14.56%
G = 11.17%
B = 74.27%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1E1799 (or 0x1E1799) is known color: Ultramarine. HEX triplet: 1E, 17 and 99. RGB value is (30,23,153). Sum of RGB (Red+Green+Blue) = 30+23+153=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E1799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1799 is #E1E866. Grayscale: #272727. Windows color (decimal): -14805095 or 10032926. OLE color: 10032926.

HSL color Cylindrical-coordinate representation of color #1E1799: hue angle of 243.23º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E1799 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 30 23 153 -
CMYK 0.80 0.85 0 0.4
HSL 243.23º 0.74% 0.35% -
HSV(B) 243.23º 0.85% 0.6% -
XYZ 6.59 3.19 30.41 -
YUV 39.91 191.82 120.93 -
System Red Green Blue C M Y K H S L
Decimal 30 23 153 0.80 0.85 0 0.4 243.23 0.74 0.35
Hex 1E 17 99 50 55 0 28 F3 4A 23
Octal 36 27 231 120 125 0 50 363 112 43
Binary 11110 10111 10011001 1010000 1010101 0 101000 11110011 1001010 100011

Color Harmonies of #1E1799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1799

Black with #1E1799

Text Example


Text Example

White with #1E1799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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