#1E0485

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

Shades of Ultramarine #1E0485

Tints of Ultramarine #1E0485

Color information

#1E0485 (or 0x1E0485) is unknown color: approx Ultramarine. HEX triplet: 1E, 04 and 85. RGB value is (30,4,133). Sum of RGB (Red+Green+Blue) = 30+4+133=167 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.96% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 133 (52.34% from 255 or 79.64% from 167); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E0485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0485 is #E1FB7A. Grayscale: #191919. Windows color (decimal): -14809979 or 8717342. OLE color: 8717342.

HSL color Cylindrical-coordinate representation of color #1E0485: hue angle of 252.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0485 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB304133-
CMYK0.770.9700.48
HSL252.09º94.16%26.86%-
HSV(B)252.09º96.99%52.16%-
XYZ4.812.0622.33-
YUV26.48188.11130.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.96%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 133 (52.34% from 255) = 79.64%
R=17.96%
G=2.40%
B=79.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3041330.770.9700.48252.0994.1626.86
Hex1E4854D61030fc5e1b
Octal36420511514106037413633
Binary111101001000010110011011100001011000011111100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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