#1E17AA

Color #1E17AA Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #1E17AA

Tints of Ultramarine #1E17AA

Color information

#1E17AA (or 0x1E17AA) is unknown color: approx 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

RGB3023170-
CMYK0.820.8600.33
HSL242.86º76.17%37.84%-
HSV(B)242.86º86.47%66.67%-
XYZ8.13.7938.34-
YUV41.85200.32119.55-

RGB Variations

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

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.80% from 255) = 76.23%
R=13.45%
G=10.31%
B=76.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30231700.820.8600.33242.8676.1737.84
Hex1E17AA5256021f34c26
Octal362725212212604136311446
Binary111101011110101010101001010101100100001111100111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E17AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>