#1E02AE

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

Shades of Ultramarine #1E02AE

Tints of Ultramarine #1E02AE

Color information

#1E02AE (or 0x1E02AE) is unknown color: approx Ultramarine. HEX triplet: 1E, 02 and AE. RGB value is (30,2,174). Sum of RGB (Red+Green+Blue) = 30+2+174=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 174 (68.36% from 255 or 84.47% from 206); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E02AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E02AE is #E1FD51. Grayscale: #1D1D1D. Windows color (decimal): -14810450 or 11403806. OLE color: 11403806.

HSL color Cylindrical-coordinate representation of color #1E02AE: hue angle of 249.77º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E02AE is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB302174-
CMYK0.830.9900.32
HSL249.77º97.73%34.51%-
HSV(B)249.77º98.85%68.24%-
XYZ8.23.3840.26-
YUV29.98209.28128.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.56%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 174 (68.36% from 255) = 84.47%
R=14.56%
G=0.97%
B=84.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3021740.830.9900.32249.7797.7334.51
Hex1E2AE5363020fa6223
Octal36225612314304037214243
Binary111101010101110101001111000110100000111110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E02AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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