#1E0083

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

Shades of Ultramarine #1E0083

Tints of Ultramarine #1E0083

Color information

#1E0083 (or 0x1E0083) is unknown color: approx Ultramarine. HEX triplet: 1E, 00 and 83. RGB value is (30,0,131). Sum of RGB (Red+Green+Blue) = 30+0+131=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 131 (51.56% from 255 or 81.37% from 161); Max value from RGB is 131 - color contains mainly: blue. Hex color #1E0083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0083 is #E1FF7C. Grayscale: #171717. Windows color (decimal): -14811005 or 8585246. OLE color: 8585246.

HSL color Cylindrical-coordinate representation of color #1E0083: hue angle of 253.74º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0083 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB300131-
CMYK0.77100.49
HSL253.74º100%25.69%-
HSV(B)253.74º100%51.37%-
XYZ4.631.9121.6-
YUV23.9188.44132.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 131 (51.56% from 255) = 81.37%
R=18.63%
G=0%
B=81.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3001310.77100.49253.7410025.69
Hex1E0834D64031fe641a
Octal36020311514406137614432
Binary1111001000001110011011100100011000111111110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,0,131); }

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

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

 a { background-color: rgb(30,0,131); }

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

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

 span { border-color: rgb(30,0,131); }

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