Html Css Color HEX #1E0EAE Ultramarine

📋 copy color: '#1E0EAE'

red 30 ◦ green 14 ◦ blue 174

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

Shades of Ultramarine #1E0EAE

Tints of Ultramarine #1E0EAE

RGB

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

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

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

R = 13.76%
G = 6.42%
B = 79.82%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E0EAE (or 0x1E0EAE) is known color: Ultramarine. HEX triplet: 1E, 0E and AE. RGB value is (30,14,174). Sum of RGB (Red+Green+Blue) = 30+14+174=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 174 (68.36% from 255 or 79.82% from 218); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E0EAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0EAE is #E1F151. Grayscale: #242424. Windows color (decimal): -14807378 or 11406878. OLE color: 11406878.

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

Color convert

RGB 30 14 174 -
CMYK 0.83 0.92 0 0.32
HSL 246º 0.85% 0.37% -
HSV(B) 246º 0.92% 0.68% -
XYZ 8.33 3.65 40.31 -
YUV 37.02 205.3 122.99 -
System Red Green Blue C M Y K H S L
Decimal 30 14 174 0.83 0.92 0 0.32 246 0.85 0.37
Hex 1E E AE 53 5C 0 20 F6 55 25
Octal 36 16 256 123 134 0 40 366 125 45
Binary 11110 1110 10101110 1010011 1011100 0 100000 11110110 1010101 100101

Color Harmonies of #1E0EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0EAE

Black with #1E0EAE

Text Example


Text Example

White with #1E0EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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