#1E02AB

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

Shades of Ultramarine #1E02AB

Tints of Ultramarine #1E02AB

Color information

#1E02AB (or 0x1E02AB) is unknown color: approx Ultramarine. HEX triplet: 1E, 02 and AB. RGB value is (30,2,171). Sum of RGB (Red+Green+Blue) = 30+2+171=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 171 (67.19% from 255 or 84.24% from 203); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E02AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E02AB is #E1FD54. Grayscale: #1C1C1C. Windows color (decimal): -14810453 or 11207198. OLE color: 11207198.

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

Color convert

RGB302171-
CMYK0.820.9900.33
HSL249.94º97.69%33.92%-
HSV(B)249.94º98.83%67.06%-
XYZ7.913.2638.74-
YUV29.64207.78128.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.78%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 171 (67.19% from 255) = 84.24%
R=14.78%
G=0.99%
B=84.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3021710.820.9900.33249.9497.6933.92
Hex1E2AB5263021fa6222
Octal36225312214304137214242
Binary111101010101011101001011000110100001111110101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E02AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,2,171); }

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

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

 a { background-color: rgb(30,2,171); }

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

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

 span { border-color: rgb(30,2,171); }

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