#1E088D

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

Shades of Ultramarine #1E088D

Tints of Ultramarine #1E088D

Color information

#1E088D (or 0x1E088D) is unknown color: approx Ultramarine. HEX triplet: 1E, 08 and 8D. RGB value is (30,8,141). Sum of RGB (Red+Green+Blue) = 30+8+141=179 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.76% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 141 (55.47% from 255 or 78.77% from 179); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E088D is #E1F772. Grayscale: #1D1D1D. Windows color (decimal): -14808947 or 9242654. OLE color: 9242654.

HSL color Cylindrical-coordinate representation of color #1E088D: hue angle of 249.92º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E088D is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB308141-
CMYK0.790.9400.45
HSL249.92º89.26%29.22%-
HSV(B)249.92º94.33%55.29%-
XYZ5.432.3725.37-
YUV29.74190.79128.19-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.76%
GREEN value IS 8 (3.52% from 255) = 4.47%
BLUE value IS 141 (55.47% from 255) = 78.77%
R=16.76%
G=4.47%
B=78.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3081410.790.9400.45249.9289.2629.22
Hex1E88D4F5E02Dfa591d
Octal361021511713605537213135
Binary1111010001000110110011111011110010110111111010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E088D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,8,141); }

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

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

 a { background-color: rgb(30,8,141); }

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

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

 span { border-color: rgb(30,8,141); }

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