Html Css Color HEX #1E1492 Ultramarine

📋 copy color: '#1E1492'

red 30 ◦ green 20 ◦ blue 146

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

Shades of Ultramarine #1E1492

Tints of Ultramarine #1E1492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

 BLUE value IS 146 (57.42% from 255) = 74.49%

R = 15.31%
G = 10.2%
B = 74.49%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1E1492 (or 0x1E1492) is known color: Ultramarine. HEX triplet: 1E, 14 and 92. RGB value is (30,20,146). Sum of RGB (Red+Green+Blue) = 30+20+146=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 146 (57.42% from 255 or 74.49% from 196); Max value from RGB is 146 - color contains mainly: blue. Hex color #1E1492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1492 is #E1EB6D. Grayscale: #242424. Windows color (decimal): -14805870 or 9573406. OLE color: 9573406.

HSL color Cylindrical-coordinate representation of color #1E1492: hue angle of 244.76º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E1492 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 30 20 146 -
CMYK 0.79 0.86 0 0.43
HSL 244.76º 0.76% 0.33% -
HSV(B) 244.76º 0.86% 0.57% -
XYZ 5.97 2.85 27.43 -
YUV 37.35 189.31 122.75 -
System Red Green Blue C M Y K H S L
Decimal 30 20 146 0.79 0.86 0 0.43 244.76 0.76 0.33
Hex 1E 14 92 4F 56 0 2B F5 4C 21
Octal 36 24 222 117 126 0 53 365 114 41
Binary 11110 10100 10010010 1001111 1010110 0 101011 11110101 1001100 100001

Color Harmonies of #1E1492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1492

Black with #1E1492

Text Example


Text Example

White with #1E1492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,20,146); }

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

background-color css

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

 a { background-color: rgb(30,20,146); }

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

border-color css

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

 span { border-color: rgb(30,20,146); }

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