Html Css Color HEX #1E0399 Ultramarine

📋 copy color: '#1E0399'

red 30 ◦ green 3 ◦ blue 153

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

Shades of Ultramarine #1E0399

Tints of Ultramarine #1E0399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.61%

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

R = 16.13%
G = 1.61%
B = 82.26%

CMYK

 C value IS 0.80

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1E0399 (or 0x1E0399) is known color: Ultramarine. HEX triplet: 1E, 03 and 99. RGB value is (30,3,153). Sum of RGB (Red+Green+Blue) = 30+3+153=186 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.13% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E0399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0399 is #E1FC66. Grayscale: #1B1B1B. Windows color (decimal): -14810215 or 10027806. OLE color: 10027806.

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

Color convert

RGB 30 3 153 -
CMYK 0.80 0.98 0 0.4
HSL 250.8º 0.96% 0.31% -
HSV(B) 250.8º 0.98% 0.6% -
XYZ 6.32 2.64 30.31 -
YUV 28.17 198.45 129.3 -
System Red Green Blue C M Y K H S L
Decimal 30 3 153 0.80 0.98 0 0.4 250.8 0.96 0.31
Hex 1E 3 99 50 62 0 28 FB 60 1F
Octal 36 3 231 120 142 0 50 373 140 37
Binary 11110 11 10011001 1010000 1100010 0 101000 11111011 1100000 11111

Color Harmonies of #1E0399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0399

Black with #1E0399

Text Example


Text Example

White with #1E0399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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