#1E148F

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

Shades of Ultramarine #1E148F

Tints of Ultramarine #1E148F

Color information

#1E148F (or 0x1E148F) is unknown color: approx Ultramarine. HEX triplet: 1E, 14 and 8F. RGB value is (30,20,143). Sum of RGB (Red+Green+Blue) = 30+20+143=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 143 (56.25% from 255 or 74.09% from 193); Max value from RGB is 143 - color contains mainly: blue. Hex color #1E148F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E148F is #E1EB70. Grayscale: #242424. Windows color (decimal): -14805873 or 9376798. OLE color: 9376798.

HSL color Cylindrical-coordinate representation of color #1E148F: hue angle of 244.88º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E148F is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3020143-
CMYK0.790.8600.44
HSL244.88º75.46%31.96%-
HSV(B)244.88º86.01%56.08%-
XYZ5.742.7626.22-
YUV37.01187.81123-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.54%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 143 (56.25% from 255) = 74.09%
R=15.54%
G=10.36%
B=74.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal30201430.790.8600.44244.8875.4631.96
Hex1E148F4F5602Cf54b20
Octal362421711712605436511340
Binary111101010010001111100111110101100101100111101011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E148F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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