Html Css Color HEX #1E209E Ultramarine

📋 copy color: '#1E209E'

red 30 ◦ green 32 ◦ blue 158

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

Shades of Ultramarine #1E209E

Tints of Ultramarine #1E209E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.55%

 BLUE value IS 158 (62.11% from 255) = 71.82%

R = 13.64%
G = 14.55%
B = 71.82%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E209E (or 0x1E209E) is known color: Ultramarine. HEX triplet: 1E, 20 and 9E. RGB value is (30,32,158). Sum of RGB (Red+Green+Blue) = 30+32+158=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E209E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E209E is #E1DF61. Grayscale: #2D2D2D. Windows color (decimal): -14802786 or 10362910. OLE color: 10362910.

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

Color convert

RGB 30 32 158 -
CMYK 0.81 0.80 0 0.38
HSL 239.06º 0.68% 0.37% -
HSV(B) 239.06º 0.81% 0.62% -
XYZ 7.22 3.78 32.7 -
YUV 45.77 191.34 116.75 -
System Red Green Blue C M Y K H S L
Decimal 30 32 158 0.81 0.80 0 0.38 239.06 0.68 0.37
Hex 1E 20 9E 51 50 0 26 EF 44 25
Octal 36 40 236 121 120 0 46 357 104 45
Binary 11110 100000 10011110 1010001 1010000 0 100110 11101111 1000100 100101

Color Harmonies of #1E209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E209E

Black with #1E209E

Text Example


Text Example

White with #1E209E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,32,158); }

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

background-color css

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

 a { background-color: rgb(30,32,158); }

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

border-color css

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

 span { border-color: rgb(30,32,158); }

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