Html Css Color HEX #1E0DAE Ultramarine

📋 copy color: '#1E0DAE'

red 30 ◦ green 13 ◦ blue 174

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

Shades of Ultramarine #1E0DAE

Tints of Ultramarine #1E0DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.99%

 BLUE value IS 174 (68.36% from 255) = 80.18%

R = 13.82%
G = 5.99%
B = 80.18%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E0DAE (or 0x1E0DAE) is known color: Ultramarine. HEX triplet: 1E, 0D and AE. RGB value is (30,13,174). Sum of RGB (Red+Green+Blue) = 30+13+174=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 174 (68.36% from 255 or 80.18% from 217); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E0DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0DAE is #E1F251. Grayscale: #232323. Windows color (decimal): -14807634 or 11406622. OLE color: 11406622.

HSL color Cylindrical-coordinate representation of color #1E0DAE: hue angle of 246.34º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0DAE is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 13 174 -
CMYK 0.83 0.93 0 0.32
HSL 246.34º 0.86% 0.37% -
HSV(B) 246.34º 0.93% 0.68% -
XYZ 8.32 3.62 40.3 -
YUV 36.44 205.63 123.41 -
System Red Green Blue C M Y K H S L
Decimal 30 13 174 0.83 0.93 0 0.32 246.34 0.86 0.37
Hex 1E D AE 53 5D 0 20 F6 56 25
Octal 36 15 256 123 135 0 40 366 126 45
Binary 11110 1101 10101110 1010011 1011101 0 100000 11110110 1010110 100101

Color Harmonies of #1E0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0DAE

Black with #1E0DAE

Text Example


Text Example

White with #1E0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,13,174); }

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

background-color css

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

 a { background-color: rgb(30,13,174); }

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

border-color css

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

 span { border-color: rgb(30,13,174); }

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