Html Css Color HEX #1E199D Ultramarine

📋 copy color: '#1E199D'

red 30 ◦ green 25 ◦ blue 157

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

Shades of Ultramarine #1E199D

Tints of Ultramarine #1E199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 74.06%

R = 14.15%
G = 11.79%
B = 74.06%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E199D (or 0x1E199D) is known color: Ultramarine. HEX triplet: 1E, 19 and 9D. RGB value is (30,25,157). Sum of RGB (Red+Green+Blue) = 30+25+157=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E199D is #E1E662. Grayscale: #292929. Windows color (decimal): -14804579 or 10295582. OLE color: 10295582.

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

Color convert

RGB 30 25 157 -
CMYK 0.81 0.84 0 0.38
HSL 242.27º 0.73% 0.36% -
HSV(B) 242.27º 0.84% 0.62% -
XYZ 6.97 3.41 32.19 -
YUV 41.54 193.16 119.77 -
System Red Green Blue C M Y K H S L
Decimal 30 25 157 0.81 0.84 0 0.38 242.27 0.73 0.36
Hex 1E 19 9D 51 54 0 26 F2 49 24
Octal 36 31 235 121 124 0 46 362 111 44
Binary 11110 11001 10011101 1010001 1010100 0 100110 11110010 1001001 100100

Color Harmonies of #1E199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E199D

Black with #1E199D

Text Example


Text Example

White with #1E199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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