#1E1699

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

Shades of Ultramarine #1E1699

Tints of Ultramarine #1E1699

Color information

#1E1699 (or 0x1E1699) is unknown color: approx Ultramarine. HEX triplet: 1E, 16 and 99. RGB value is (30,22,153). Sum of RGB (Red+Green+Blue) = 30+22+153=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 153 (60.16% from 255 or 74.63% from 205); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E1699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1699 is #E1E966. Grayscale: #262626. Windows color (decimal): -14805351 or 10032670. OLE color: 10032670.

HSL color Cylindrical-coordinate representation of color #1E1699: hue angle of 243.66º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E1699 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3022153-
CMYK0.800.8600.4
HSL243.66º74.86%34.31%-
HSV(B)243.66º85.62%60%-
XYZ6.573.1530.4-
YUV39.33192.15121.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.63%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 153 (60.16% from 255) = 74.63%
R=14.63%
G=10.73%
B=74.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal30221530.800.8600.4243.6674.8634.31
Hex1E16995056028f44b22
Octal362623112012605036411342
Binary111101011010011001101000010101100101000111101001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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