#1D1885

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

Shades of Ultramarine #1D1885

Tints of Ultramarine #1D1885

Color information

#1D1885 (or 0x1D1885) is unknown color: approx Ultramarine. HEX triplet: 1D, 18 and 85. RGB value is (29,24,133). Sum of RGB (Red+Green+Blue) = 29+24+133=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #1D1885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1885 is #E2E77A. Grayscale: #252525. Windows color (decimal): -14870395 or 8722461. OLE color: 8722461.

HSL color Cylindrical-coordinate representation of color #1D1885: hue angle of 242.75º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D1885 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2924133-
CMYK0.780.8200.48
HSL242.75º69.43%30.78%-
HSV(B)242.75º81.95%52.16%-
XYZ5.072.6122.43-
YUV37.92181.66121.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.59%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 133 (52.34% from 255) = 71.51%
R=15.59%
G=12.90%
B=71.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal29241330.780.8200.48242.7569.4330.78
Hex1D18854E52030f3451f
Octal353020511612206036310537
Binary11101110001000010110011101010010011000011110011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,24,133); }

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

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

 a { background-color: rgb(29,24,133); }

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

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

 span { border-color: rgb(29,24,133); }

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