#1D1B91

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

Shades of Ultramarine #1D1B91

Tints of Ultramarine #1D1B91

Color information

#1D1B91 (or 0x1D1B91) is unknown color: approx Ultramarine. HEX triplet: 1D, 1B and 91. RGB value is (29,27,145). Sum of RGB (Red+Green+Blue) = 29+27+145=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 145 (57.03% from 255 or 72.14% from 201); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D1B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1B91 is #E2E46E. Grayscale: #282828. Windows color (decimal): -14869615 or 9509661. OLE color: 9509661.

HSL color Cylindrical-coordinate representation of color #1D1B91: hue angle of 241.02º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D1B91 is Cyan = 0.8, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2927145-
CMYK0.80.8100.43
HSL241.02º68.6%33.73%-
HSV(B)241.02º81.38%56.86%-
XYZ6.013.0927.07-
YUV41.05186.66119.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.43%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 145 (57.03% from 255) = 72.14%
R=14.43%
G=13.43%
B=72.14%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal29271450.80.8100.43241.0268.633.73
Hex1D1B91505102Bf14522
Octal353322112012105336110542
Binary111011101110010001101000010100010101011111100011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,27,145); }

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

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

 a { background-color: rgb(29,27,145); }

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

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

 span { border-color: rgb(29,27,145); }

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