#1E05A4

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

Shades of Ultramarine #1E05A4

Tints of Ultramarine #1E05A4

Color information

#1E05A4 (or 0x1E05A4) is unknown color: approx Ultramarine. HEX triplet: 1E, 05 and A4. RGB value is (30,5,164). Sum of RGB (Red+Green+Blue) = 30+5+164=199 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.08% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 164 (64.45% from 255 or 82.41% from 199); Max value from RGB is 164 - color contains mainly: blue. Hex color #1E05A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E05A4 is #E1FA5B. Grayscale: #1D1D1D. Windows color (decimal): -14809692 or 10749214. OLE color: 10749214.

HSL color Cylindrical-coordinate representation of color #1E05A4: hue angle of 249.43º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E05A4 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB305164-
CMYK0.820.9700.36
HSL249.43º94.08%33.14%-
HSV(B)249.43º96.95%64.31%-
XYZ7.293.0635.33-
YUV30.6203.28127.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.08%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 164 (64.45% from 255) = 82.41%
R=15.08%
G=2.51%
B=82.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3051640.820.9700.36249.4394.0833.14
Hex1E5A45261024f95e21
Octal36524412214104437113641
Binary1111010110100100101001011000010100100111110011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E05A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,5,164); }

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

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

 a { background-color: rgb(30,5,164); }

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

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

 span { border-color: rgb(30,5,164); }

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