#1D19A1

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

Shades of Ultramarine #1D19A1

Tints of Ultramarine #1D19A1

Color information

#1D19A1 (or 0x1D19A1) is unknown color: approx Ultramarine. HEX triplet: 1D, 19 and A1. RGB value is (29,25,161). Sum of RGB (Red+Green+Blue) = 29+25+161=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 161 (63.28% from 255 or 74.88% from 215); Max value from RGB is 161 - color contains mainly: blue. Hex color #1D19A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D19A1 is #E2E65E. Grayscale: #292929. Windows color (decimal): -14870111 or 10557725. OLE color: 10557725.

HSL color Cylindrical-coordinate representation of color #1D19A1: hue angle of 241.76º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D19A1 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2925161-
CMYK0.820.8400.37
HSL241.76º73.12%36.47%-
HSV(B)241.76º84.47%63.14%-
XYZ7.293.5334.02-
YUV41.7195.33118.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.49%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 161 (63.28% from 255) = 74.88%
R=13.49%
G=11.63%
B=74.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal29251610.820.8400.37241.7673.1236.47
Hex1D19A15254025f24924
Octal353124112212404536211144
Binary111011100110100001101001010101000100101111100101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D19A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,25,161); }

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

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

 a { background-color: rgb(29,25,161); }

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

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

 span { border-color: rgb(29,25,161); }

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