#1E1084

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

Shades of Ultramarine #1E1084

Tints of Ultramarine #1E1084

Color information

#1E1084 (or 0x1E1084) is unknown color: approx Ultramarine. HEX triplet: 1E, 10 and 84. RGB value is (30,16,132). Sum of RGB (Red+Green+Blue) = 30+16+132=178 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.85% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 132 (51.95% from 255 or 74.16% from 178); Max value from RGB is 132 - color contains mainly: blue. Hex color #1E1084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1084 is #E1EF7B. Grayscale: #202020. Windows color (decimal): -14806908 or 8654878. OLE color: 8654878.

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

Color convert

RGB3016132-
CMYK0.770.8800.48
HSL247.24º78.38%29.02%-
HSV(B)247.24º87.88%51.76%-
XYZ4.892.3122.02-
YUV33.41183.64125.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.85%
GREEN value IS 16 (6.64% from 255) = 8.99%
BLUE value IS 132 (51.95% from 255) = 74.16%
R=16.85%
G=8.99%
B=74.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30161320.770.8800.48247.2478.3829.02
Hex1E10844D58030f74e1d
Octal362020411513006036711635
Binary11110100001000010010011011011000011000011110111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,16,132); }

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

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

 a { background-color: rgb(30,16,132); }

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

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

 span { border-color: rgb(30,16,132); }

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