Html Css Color HEX #1E189D Ultramarine

📋 copy color: '#1E189D'

red 30 ◦ green 24 ◦ blue 157

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

Shades of Ultramarine #1E189D

Tints of Ultramarine #1E189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.37%

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

R = 14.22%
G = 11.37%
B = 74.41%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E189D (or 0x1E189D) is known color: Ultramarine. HEX triplet: 1E, 18 and 9D. RGB value is (30,24,157). Sum of RGB (Red+Green+Blue) = 30+24+157=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E189D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E189D is #E1E762. Grayscale: #282828. Windows color (decimal): -14804835 or 10295326. OLE color: 10295326.

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

Color convert

RGB 30 24 157 -
CMYK 0.81 0.85 0 0.38
HSL 242.71º 0.73% 0.35% -
HSV(B) 242.71º 0.85% 0.62% -
XYZ 6.95 3.36 32.18 -
YUV 40.96 193.49 120.19 -
System Red Green Blue C M Y K H S L
Decimal 30 24 157 0.81 0.85 0 0.38 242.71 0.73 0.35
Hex 1E 18 9D 51 55 0 26 F3 49 23
Octal 36 30 235 121 125 0 46 363 111 43
Binary 11110 11000 10011101 1010001 1010101 0 100110 11110011 1001001 100011

Color Harmonies of #1E189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E189D

Black with #1E189D

Text Example


Text Example

White with #1E189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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