#1E1688

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

Shades of Ultramarine #1E1688

Tints of Ultramarine #1E1688

Color information

#1E1688 (or 0x1E1688) is unknown color: approx Ultramarine. HEX triplet: 1E, 16 and 88. RGB value is (30,22,136). Sum of RGB (Red+Green+Blue) = 30+22+136=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 136 (53.52% from 255 or 72.34% from 188); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E1688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1688 is #E1E977. Grayscale: #242424. Windows color (decimal): -14805368 or 8918558. OLE color: 8918558.

HSL color Cylindrical-coordinate representation of color #1E1688: hue angle of 244.21º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E1688 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3022136-
CMYK0.780.8400.47
HSL244.21º72.15%30.98%-
HSV(B)244.21º83.82%53.33%-
XYZ5.272.6323.52-
YUV37.39183.65122.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.96%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 136 (53.52% from 255) = 72.34%
R=15.96%
G=11.70%
B=72.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30221360.780.8400.47244.2172.1530.98
Hex1E16884E5402Ff4481f
Octal362621011612405736411037
Binary11110101101000100010011101010100010111111110100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,22,136); }

 H1.HeaderClassName
 {
   color: #1E1688;
 }
 .AnyTagClassName
 {
   color: #1E1688;
 }
</style>
background-color css

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

 a { background-color: rgb(30,22,136); }

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

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

 span { border-color: rgb(30,22,136); }

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