#1E09A5

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

Shades of Ultramarine #1E09A5

Tints of Ultramarine #1E09A5

Color information

#1E09A5 (or 0x1E09A5) is unknown color: approx Ultramarine. HEX triplet: 1E, 09 and A5. RGB value is (30,9,165). Sum of RGB (Red+Green+Blue) = 30+9+165=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 165 (64.84% from 255 or 80.88% from 204); Max value from RGB is 165 - color contains mainly: blue. Hex color #1E09A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E09A5 is #E1F65A. Grayscale: #202020. Windows color (decimal): -14808667 or 10815774. OLE color: 10815774.

HSL color Cylindrical-coordinate representation of color #1E09A5: hue angle of 248.08º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E09A5 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB309165-
CMYK0.820.9500.35
HSL248.08º89.66%34.12%-
HSV(B)248.08º94.55%64.71%-
XYZ7.423.1935.82-
YUV33.06202.46125.82-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.71%
GREEN value IS 9 (3.91% from 255) = 4.41%
BLUE value IS 165 (64.84% from 255) = 80.88%
R=14.71%
G=4.41%
B=80.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal3091650.820.9500.35248.0889.6634.12
Hex1E9A5525F023f85a22
Octal361124512213704337013242
Binary11110100110100101101001010111110100011111110001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E09A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,9,165); }

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

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

 a { background-color: rgb(30,9,165); }

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

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

 span { border-color: rgb(30,9,165); }

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