#1E089D

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

Shades of Ultramarine #1E089D

Tints of Ultramarine #1E089D

Color information

#1E089D (or 0x1E089D) is unknown color: approx Ultramarine. HEX triplet: 1E, 08 and 9D. RGB value is (30,8,157). Sum of RGB (Red+Green+Blue) = 30+8+157=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 157 (61.72% from 255 or 80.51% from 195); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E089D is #E1F762. Grayscale: #1E1E1E. Windows color (decimal): -14808931 or 10291230. OLE color: 10291230.

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

Color convert

RGB308157-
CMYK0.810.9500.38
HSL248.86º90.3%32.35%-
HSV(B)248.86º94.9%61.57%-
XYZ6.712.8832.1-
YUV31.56198.79126.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.38%
GREEN value IS 8 (3.52% from 255) = 4.10%
BLUE value IS 157 (61.72% from 255) = 80.51%
R=15.38%
G=4.10%
B=80.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3081570.810.9500.38248.8690.332.35
Hex1E89D515F026f95a20
Octal361023512113704637113240
Binary11110100010011101101000110111110100110111110011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E089D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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