#1E1A9B

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

Shades of Ultramarine #1E1A9B

Tints of Ultramarine #1E1A9B

Color information

#1E1A9B (or 0x1E1A9B) is unknown color: approx Ultramarine. HEX triplet: 1E, 1A and 9B. RGB value is (30,26,155). Sum of RGB (Red+Green+Blue) = 30+26+155=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E1A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1A9B is #E1E564. Grayscale: #292929. Windows color (decimal): -14804325 or 10164766. OLE color: 10164766.

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

Color convert

RGB3026155-
CMYK0.810.8300.39
HSL241.86º71.27%35.49%-
HSV(B)241.86º83.23%60.78%-
XYZ6.823.3831.3-
YUV41.9191.83119.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.22%
GREEN value IS 26 (10.55% from 255) = 12.32%
BLUE value IS 155 (60.94% from 255) = 73.46%
R=14.22%
G=12.32%
B=73.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal30261550.810.8300.39241.8671.2735.49
Hex1E1A9B5153027f24723
Octal363223312112304736210743
Binary111101101010011011101000110100110100111111100101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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