#1e1483

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

Shades of Ultramarine #1E1483

Tints of Ultramarine #1E1483

Color information

#1E1483 (or 0x1E1483) is unknown color: approx Ultramarine. HEX triplet: 1E, 14 and 83. RGB value is (30,20,131). Sum of RGB (Red+Green+Blue) = 30+20+131=181 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.57% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 131 (51.56% from 255 or 72.38% from 181); Max value from RGB is 131 - color contains mainly: blue. Hex color #1E1483 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1483 is #E1EB7C. Grayscale: #232323. Windows color (decimal): -14805885 or 8590366. OLE color: 8590366.

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

Color convert

RGB3020131-
CMYK0.770.8500.49
HSL245.41º73.51%29.61%-
HSV(B)245.41º84.73%51.37%-
XYZ4.882.4221.68-
YUV35.64181.81123.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.57%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 131 (51.56% from 255) = 72.38%
R=16.57%
G=11.05%
B=72.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30201310.770.8500.49245.4173.5129.61
Hex1E14834D55031f54a1e
Octal362420311512506136511236
Binary11110101001000001110011011010101011000111110101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e1483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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