#1E0895

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

Shades of Ultramarine #1E0895

Tints of Ultramarine #1E0895

Color information

#1E0895 (or 0x1E0895) is unknown color: approx Ultramarine. HEX triplet: 1E, 08 and 95. RGB value is (30,8,149). Sum of RGB (Red+Green+Blue) = 30+8+149=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E0895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0895 is #E1F76A. Grayscale: #1E1E1E. Windows color (decimal): -14808939 or 9766942. OLE color: 9766942.

HSL color Cylindrical-coordinate representation of color #1E0895: hue angle of 249.36º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0895 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB308149-
CMYK0.800.9500.42
HSL249.36º89.81%30.78%-
HSV(B)249.36º94.63%58.43%-
XYZ6.052.6228.62-
YUV30.65194.79127.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.04%
GREEN value IS 8 (3.52% from 255) = 4.28%
BLUE value IS 149 (58.59% from 255) = 79.68%
R=16.04%
G=4.28%
B=79.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3081490.800.9500.42249.3689.8130.78
Hex1E895505F02Af95a1f
Octal361022512013705237113237
Binary1111010001001010110100001011111010101011111001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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