Html Css Color HEX #1E17AA Ultramarine

📋 copy color: '#1E17AA'

red 30 ◦ green 23 ◦ blue 170

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

Shades of Ultramarine #1E17AA

Tints of Ultramarine #1E17AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 13.45%
G = 10.31%
B = 76.23%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E17AA (or 0x1E17AA) is known color: Ultramarine. HEX triplet: 1E, 17 and AA. RGB value is (30,23,170). Sum of RGB (Red+Green+Blue) = 30+23+170=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E17AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E17AA is #E1E855. Grayscale: #292929. Windows color (decimal): -14805078 or 11147038. OLE color: 11147038.

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

Color convert

RGB 30 23 170 -
CMYK 0.82 0.86 0 0.33
HSL 242.86º 0.76% 0.38% -
HSV(B) 242.86º 0.86% 0.67% -
XYZ 8.1 3.79 38.34 -
YUV 41.85 200.32 119.55 -
System Red Green Blue C M Y K H S L
Decimal 30 23 170 0.82 0.86 0 0.33 242.86 0.76 0.38
Hex 1E 17 AA 52 56 0 21 F3 4C 26
Octal 36 27 252 122 126 0 41 363 114 46
Binary 11110 10111 10101010 1010010 1010110 0 100001 11110011 1001100 100110

Color Harmonies of #1E17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E17AA

Black with #1E17AA

Text Example


Text Example

White with #1E17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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