#1D1084

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

Shades of Ultramarine #1D1084

Tints of Ultramarine #1D1084

Color information

#1D1084 (or 0x1D1084) is unknown color: approx Ultramarine. HEX triplet: 1D, 10 and 84. RGB value is (29,16,132). Sum of RGB (Red+Green+Blue) = 29+16+132=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 132 (51.95% from 255 or 74.58% from 177); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D1084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1084 is #E2EF7B. Grayscale: #202020. Windows color (decimal): -14872444 or 8654877. OLE color: 8654877.

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

Color convert

RGB2916132-
CMYK0.780.8800.48
HSL246.72º78.38%29.02%-
HSV(B)246.72º87.88%51.76%-
XYZ4.862.322.02-
YUV33.11183.81125.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.38%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 132 (51.95% from 255) = 74.58%
R=16.38%
G=9.04%
B=74.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal29161320.780.8800.48246.7278.3829.02
Hex1D10844E58030f74e1d
Octal352020411613006036711635
Binary11101100001000010010011101011000011000011110111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,16,132); }

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

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

 a { background-color: rgb(29,16,132); }

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

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

 span { border-color: rgb(29,16,132); }

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