#1D0AB4

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

Shades of Ultramarine #1D0AB4

Tints of Ultramarine #1D0AB4

Color information

#1D0AB4 (or 0x1D0AB4) is unknown color: approx Ultramarine. HEX triplet: 1D, 0A and B4. RGB value is (29,10,180). Sum of RGB (Red+Green+Blue) = 29+10+180=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 180 (70.70% from 255 or 82.19% from 219); Max value from RGB is 180 - color contains mainly: blue. Hex color #1D0AB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0AB4 is #E2F54B. Grayscale: #222222. Windows color (decimal): -14873932 or 11799069. OLE color: 11799069.

HSL color Cylindrical-coordinate representation of color #1D0AB4: hue angle of 246.71º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0AB4 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2910180-
CMYK0.840.9400.29
HSL246.71º89.47%37.25%-
HSV(B)246.71º94.44%70.59%-
XYZ8.853.7743.44-
YUV35.06209.79123.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.24%
GREEN value IS 10 (4.30% from 255) = 4.57%
BLUE value IS 180 (70.70% from 255) = 82.19%
R=13.24%
G=4.57%
B=82.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal29101800.840.9400.29246.7189.4737.25
Hex1DAB4545E01Df75925
Octal351226412413603536713145
Binary1110110101011010010101001011110011101111101111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,10,180); }

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

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

 a { background-color: rgb(29,10,180); }

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

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

 span { border-color: rgb(29,10,180); }

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