#1E0499

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

Shades of Ultramarine #1E0499

Tints of Ultramarine #1E0499

Color information

#1E0499 (or 0x1E0499) is unknown color: approx Ultramarine. HEX triplet: 1E, 04 and 99. RGB value is (30,4,153). Sum of RGB (Red+Green+Blue) = 30+4+153=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E0499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0499 is #E1FB66. Grayscale: #1C1C1C. Windows color (decimal): -14809959 or 10028062. OLE color: 10028062.

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

Color convert

RGB304153-
CMYK0.800.9700.4
HSL250.47º94.9%30.78%-
HSV(B)250.47º97.39%60%-
XYZ6.332.6630.32-
YUV28.76198.11128.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.04%
GREEN value IS 4 (1.95% from 255) = 2.14%
BLUE value IS 153 (60.16% from 255) = 81.82%
R=16.04%
G=2.14%
B=81.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3041530.800.9700.4250.4794.930.78
Hex1E4995061028fa5f1f
Octal36423112014105037213737
Binary111101001001100110100001100001010100011111010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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