#1E1B8B

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

Shades of Ultramarine #1E1B8B

Tints of Ultramarine #1E1B8B

Color information

#1E1B8B (or 0x1E1B8B) is unknown color: approx Ultramarine. HEX triplet: 1E, 1B and 8B. RGB value is (30,27,139). Sum of RGB (Red+Green+Blue) = 30+27+139=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E1B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1B8B is #E1E474. Grayscale: #282828. Windows color (decimal): -14804085 or 9116446. OLE color: 9116446.

HSL color Cylindrical-coordinate representation of color #1E1B8B: hue angle of 241.61º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E1B8B is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3027139-
CMYK0.780.8100.45
HSL241.61º67.47%32.55%-
HSV(B)241.61º80.58%54.51%-
XYZ5.592.9224.7-
YUV40.66183.49120.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.31%
GREEN value IS 27 (10.94% from 255) = 13.78%
BLUE value IS 139 (54.69% from 255) = 70.92%
R=15.31%
G=13.78%
B=70.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal30271390.780.8100.45241.6167.4732.55
Hex1E1B8B4E5102Df24321
Octal363321311612105536210341
Binary111101101110001011100111010100010101101111100101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,27,139); }

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

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

 a { background-color: rgb(30,27,139); }

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

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

 span { border-color: rgb(30,27,139); }

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