#1E128F

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

Shades of Ultramarine #1E128F

Tints of Ultramarine #1E128F

Color information

#1E128F (or 0x1E128F) is unknown color: approx Ultramarine. HEX triplet: 1E, 12 and 8F. RGB value is (30,18,143). Sum of RGB (Red+Green+Blue) = 30+18+143=191 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.71% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 143 (56.25% from 255 or 74.87% from 191); Max value from RGB is 143 - color contains mainly: blue. Hex color #1E128F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E128F is #E1ED70. Grayscale: #232323. Windows color (decimal): -14806385 or 9376286. OLE color: 9376286.

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

Color convert

RGB3018143-
CMYK0.790.8700.44
HSL245.76º77.64%31.57%-
HSV(B)245.76º87.41%56.08%-
XYZ5.712.6926.21-
YUV35.84188.48123.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.71%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 143 (56.25% from 255) = 74.87%
R=15.71%
G=9.42%
B=74.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal30181430.790.8700.44245.7677.6431.57
Hex1E128F4F5702Cf64e20
Octal362221711712705436611640
Binary111101001010001111100111110101110101100111101101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E128F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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