Html Css Color HEX #1E0EA1 Ultramarine

📋 copy color: '#1E0EA1'

red 30 ◦ green 14 ◦ blue 161

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

Shades of Ultramarine #1E0EA1

Tints of Ultramarine #1E0EA1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.83%

 BLUE value IS 161 (63.28% from 255) = 78.54%

R = 14.63%
G = 6.83%
B = 78.54%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1E0EA1 (or 0x1E0EA1) is known color: Ultramarine. HEX triplet: 1E, 0E and A1. RGB value is (30,14,161). Sum of RGB (Red+Green+Blue) = 30+14+161=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 161 (63.28% from 255 or 78.54% from 205); Max value from RGB is 161 - color contains mainly: blue. Hex color #1E0EA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0EA1 is #E1F15E. Grayscale: #222222. Windows color (decimal): -14807391 or 10554910. OLE color: 10554910.

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

Color convert

RGB 30 14 161 -
CMYK 0.81 0.91 0 0.37
HSL 246.53º 0.84% 0.34% -
HSV(B) 246.53º 0.91% 0.63% -
XYZ 7.13 3.16 33.95 -
YUV 35.54 198.8 124.05 -
System Red Green Blue C M Y K H S L
Decimal 30 14 161 0.81 0.91 0 0.37 246.53 0.84 0.34
Hex 1E E A1 51 5B 0 25 F7 54 22
Octal 36 16 241 121 133 0 45 367 124 42
Binary 11110 1110 10100001 1010001 1011011 0 100101 11110111 1010100 100010

Color Harmonies of #1E0EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0EA1

Black with #1E0EA1

Text Example


Text Example

White with #1E0EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,14,161); }

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

background-color css

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

 a { background-color: rgb(30,14,161); }

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

border-color css

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

 span { border-color: rgb(30,14,161); }

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