Html Css Color HEX #1E1197 Ultramarine

📋 copy color: '#1E1197'

red 30 ◦ green 17 ◦ blue 151

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

Shades of Ultramarine #1E1197

Tints of Ultramarine #1E1197

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.59%

 BLUE value IS 151 (59.38% from 255) = 76.26%

R = 15.15%
G = 8.59%
B = 76.26%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1E1197 (or 0x1E1197) is known color: Ultramarine. HEX triplet: 1E, 11 and 97. RGB value is (30,17,151). Sum of RGB (Red+Green+Blue) = 30+17+151=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 151 (59.38% from 255 or 76.26% from 198); Max value from RGB is 151 - color contains mainly: blue. Hex color #1E1197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1197 is #E1EE68. Grayscale: #232323. Windows color (decimal): -14806633 or 9900318. OLE color: 9900318.

HSL color Cylindrical-coordinate representation of color #1E1197: hue angle of 245.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E1197 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 30 17 151 -
CMYK 0.80 0.89 0 0.41
HSL 245.82º 0.8% 0.33% -
HSV(B) 245.82º 0.89% 0.59% -
XYZ 6.32 2.91 29.51 -
YUV 36.16 192.81 123.6 -
System Red Green Blue C M Y K H S L
Decimal 30 17 151 0.80 0.89 0 0.41 245.82 0.8 0.33
Hex 1E 11 97 50 59 0 29 F6 50 21
Octal 36 21 227 120 131 0 51 366 120 41
Binary 11110 10001 10010111 1010000 1011001 0 101001 11110110 1010000 100001

Color Harmonies of #1E1197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1197

Black with #1E1197

Text Example


Text Example

White with #1E1197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,17,151); }

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

background-color css

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

 a { background-color: rgb(30,17,151); }

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

border-color css

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

 span { border-color: rgb(30,17,151); }

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