Html Css Color HEX #1E00AA Ultramarine

📋 copy color: '#1E00AA'

red 30 ◦ green 0 ◦ blue 170

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

Shades of Ultramarine #1E00AA

Tints of Ultramarine #1E00AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 15%
G = 0%
B = 85%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E00AA (or 0x1E00AA) is known color: Ultramarine. HEX triplet: 1E, 00 and AA. RGB value is (30,0,170). Sum of RGB (Red+Green+Blue) = 30+0+170=200 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 170 (66.80% from 255 or 85% from 200); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E00AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E00AA is #E1FF55. Grayscale: #1B1B1B. Windows color (decimal): -14810966 or 11141150. OLE color: 11141150.

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

Color convert

RGB 30 0 170 -
CMYK 0.82 1 0 0.33
HSL 250.59º 1% 0.33% -
HSV(B) 250.59º 1% 0.67% -
XYZ 7.79 3.18 38.23 -
YUV 28.35 207.94 129.18 -
System Red Green Blue C M Y K H S L
Decimal 30 0 170 0.82 1 0 0.33 250.59 1 0.33
Hex 1E 0 AA 52 64 0 21 FB 64 21
Octal 36 0 252 122 144 0 41 373 144 41
Binary 11110 0 10101010 1010010 1100100 0 100001 11111011 1100100 100001

Color Harmonies of #1E00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E00AA

Black with #1E00AA

Text Example


Text Example

White with #1E00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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