#1E009B

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

Shades of Ultramarine #1E009B

Tints of Ultramarine #1E009B

Color information

#1E009B (or 0x1E009B) is unknown color: approx Ultramarine. HEX triplet: 1E, 00 and 9B. RGB value is (30,0,155). Sum of RGB (Red+Green+Blue) = 30+0+155=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 155 (60.94% from 255 or 83.78% from 185); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E009B is #E1FF64. Grayscale: #1A1A1A. Windows color (decimal): -14810981 or 10158110. OLE color: 10158110.

HSL color Cylindrical-coordinate representation of color #1E009B: hue angle of 251.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E009B is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB300155-
CMYK0.81100.39
HSL251.61º100%30.39%-
HSV(B)251.61º100%60.78%-
XYZ6.452.6431.18-
YUV26.64200.44130.4-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 83.78%
R=16.22%
G=0%
B=83.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3001550.81100.39251.6110030.39
Hex1E09B5164027fc641e
Octal36023312114404737414436
Binary1111001001101110100011100100010011111111100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E009B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,0,155); }

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

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

 a { background-color: rgb(30,0,155); }

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

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

 span { border-color: rgb(30,0,155); }

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