Html Css Color HEX #1E19A0 Ultramarine

📋 copy color: '#1E19A0'

red 30 ◦ green 25 ◦ blue 160

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

Shades of Ultramarine #1E19A0

Tints of Ultramarine #1E19A0

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.63%

 BLUE value IS 160 (62.89% from 255) = 74.42%

R = 13.95%
G = 11.63%
B = 74.42%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1E19A0 (or 0x1E19A0) is known color: Ultramarine. HEX triplet: 1E, 19 and A0. RGB value is (30,25,160). Sum of RGB (Red+Green+Blue) = 30+25+160=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 160 (62.89% from 255 or 74.42% from 215); Max value from RGB is 160 - color contains mainly: blue. Hex color #1E19A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E19A0 is #E1E65F. Grayscale: #292929. Windows color (decimal): -14804576 or 10492190. OLE color: 10492190.

HSL color Cylindrical-coordinate representation of color #1E19A0: hue angle of 242.22º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E19A0 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 30 25 160 -
CMYK 0.81 0.84 0 0.37
HSL 242.22º 0.73% 0.36% -
HSV(B) 242.22º 0.84% 0.63% -
XYZ 7.23 3.51 33.55 -
YUV 41.89 194.66 119.52 -
System Red Green Blue C M Y K H S L
Decimal 30 25 160 0.81 0.84 0 0.37 242.22 0.73 0.36
Hex 1E 19 A0 51 54 0 25 F2 49 24
Octal 36 31 240 121 124 0 45 362 111 44
Binary 11110 11001 10100000 1010001 1010100 0 100101 11110010 1001001 100100

Color Harmonies of #1E19A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E19A0

Black with #1E19A0

Text Example


Text Example

White with #1E19A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,25,160); }

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

background-color css

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

 a { background-color: rgb(30,25,160); }

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

border-color css

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

 span { border-color: rgb(30,25,160); }

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