Html Css Color HEX #1E0E99 Ultramarine

📋 copy color: '#1E0E99'

red 30 ◦ green 14 ◦ blue 153

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

Shades of Ultramarine #1E0E99

Tints of Ultramarine #1E0E99

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.11%

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

R = 15.23%
G = 7.11%
B = 77.66%

CMYK

 C value IS 0.80

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1E0E99 (or 0x1E0E99) is known color: Ultramarine. HEX triplet: 1E, 0E and 99. RGB value is (30,14,153). Sum of RGB (Red+Green+Blue) = 30+14+153=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 153 (60.16% from 255 or 77.66% from 197); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E0E99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0E99 is #E1F166. Grayscale: #222222. Windows color (decimal): -14807399 or 10030622. OLE color: 10030622.

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

Color convert

RGB 30 14 153 -
CMYK 0.80 0.91 0 0.4
HSL 246.91º 0.83% 0.33% -
HSV(B) 246.91º 0.91% 0.6% -
XYZ 6.44 2.89 30.36 -
YUV 34.63 194.8 124.7 -
System Red Green Blue C M Y K H S L
Decimal 30 14 153 0.80 0.91 0 0.4 246.91 0.83 0.33
Hex 1E E 99 50 5B 0 28 F7 53 21
Octal 36 16 231 120 133 0 50 367 123 41
Binary 11110 1110 10011001 1010000 1011011 0 101000 11110111 1010011 100001

Color Harmonies of #1E0E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0E99

Black with #1E0E99

Text Example


Text Example

White with #1E0E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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