#1E189E

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

Shades of Ultramarine #1E189E

Tints of Ultramarine #1E189E

Color information

#1E189E (or 0x1E189E) is unknown color: approx Ultramarine. HEX triplet: 1E, 18 and 9E. RGB value is (30,24,158). Sum of RGB (Red+Green+Blue) = 30+24+158=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #1E189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E189E is #E1E761. Grayscale: #282828. Windows color (decimal): -14804834 or 10360862. OLE color: 10360862.

HSL color Cylindrical-coordinate representation of color #1E189E: hue angle of 242.69º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E189E is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3024158-
CMYK0.810.8500.38
HSL242.69º73.63%35.69%-
HSV(B)242.69º84.81%61.96%-
XYZ7.033.432.63-
YUV41.07193.99120.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.15%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 158 (62.11% from 255) = 74.53%
R=14.15%
G=11.32%
B=74.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal30241580.810.8500.38242.6973.6335.69
Hex1E189E5155026f34a24
Octal363023612112504636311244
Binary111101100010011110101000110101010100110111100111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,24,158); }

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

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

 a { background-color: rgb(30,24,158); }

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

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

 span { border-color: rgb(30,24,158); }

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