Html Css Color HEX #1E1195 Ultramarine

📋 copy color: '#1E1195'

red 30 ◦ green 17 ◦ blue 149

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

Shades of Ultramarine #1E1195

Tints of Ultramarine #1E1195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 76.02%

R = 15.31%
G = 8.67%
B = 76.02%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1E1195 (or 0x1E1195) is known color: Ultramarine. HEX triplet: 1E, 11 and 95. RGB value is (30,17,149). Sum of RGB (Red+Green+Blue) = 30+17+149=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 149 (58.59% from 255 or 76.02% from 196); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E1195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1195 is #E1EE6A. Grayscale: #232323. Windows color (decimal): -14806635 or 9769246. OLE color: 9769246.

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

Color convert

RGB 30 17 149 -
CMYK 0.80 0.89 0 0.42
HSL 245.91º 0.8% 0.33% -
HSV(B) 245.91º 0.89% 0.58% -
XYZ 6.16 2.85 28.66 -
YUV 35.94 191.81 123.77 -
System Red Green Blue C M Y K H S L
Decimal 30 17 149 0.80 0.89 0 0.42 245.91 0.8 0.33
Hex 1E 11 95 50 59 0 2A F6 50 21
Octal 36 21 225 120 131 0 52 366 120 41
Binary 11110 10001 10010101 1010000 1011001 0 101010 11110110 1010000 100001

Color Harmonies of #1E1195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1195

Black with #1E1195

Text Example


Text Example

White with #1E1195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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