Html Css Color HEX #1E12AA Ultramarine

📋 copy color: '#1E12AA'

red 30 ◦ green 18 ◦ blue 170

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

Shades of Ultramarine #1E12AA

Tints of Ultramarine #1E12AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.26%

 BLUE value IS 170 (66.8% from 255) = 77.98%

R = 13.76%
G = 8.26%
B = 77.98%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E12AA (or 0x1E12AA) is known color: Ultramarine. HEX triplet: 1E, 12 and AA. RGB value is (30,18,170). Sum of RGB (Red+Green+Blue) = 30+18+170=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 170 (66.80% from 255 or 77.98% from 218); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E12AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E12AA is #E1ED55. Grayscale: #262626. Windows color (decimal): -14806358 or 11145758. OLE color: 11145758.

HSL color Cylindrical-coordinate representation of color #1E12AA: hue angle of 244.74º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E12AA is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 18 170 -
CMYK 0.82 0.89 0 0.33
HSL 244.74º 0.81% 0.37% -
HSV(B) 244.74º 0.89% 0.67% -
XYZ 8.01 3.61 38.31 -
YUV 38.92 201.98 121.64 -
System Red Green Blue C M Y K H S L
Decimal 30 18 170 0.82 0.89 0 0.33 244.74 0.81 0.37
Hex 1E 12 AA 52 59 0 21 F5 51 25
Octal 36 22 252 122 131 0 41 365 121 45
Binary 11110 10010 10101010 1010010 1011001 0 100001 11110101 1010001 100101

Color Harmonies of #1E12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E12AA

Black with #1E12AA

Text Example


Text Example

White with #1E12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,18,170); }

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

background-color css

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

 a { background-color: rgb(30,18,170); }

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

border-color css

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

 span { border-color: rgb(30,18,170); }

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