#1D0A9B

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

Shades of Ultramarine #1D0A9B

Tints of Ultramarine #1D0A9B

Color information

#1D0A9B (or 0x1D0A9B) is unknown color: approx Ultramarine. HEX triplet: 1D, 0A and 9B. RGB value is (29,10,155). Sum of RGB (Red+Green+Blue) = 29+10+155=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 155 (60.94% from 255 or 79.90% from 194); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D0A9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0A9B is #E2F564. Grayscale: #1F1F1F. Windows color (decimal): -14873957 or 10160669. OLE color: 10160669.

HSL color Cylindrical-coordinate representation of color #1D0A9B: hue angle of 247.86º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0A9B is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2910155-
CMYK0.810.9400.39
HSL247.86º87.88%32.35%-
HSV(B)247.86º93.55%60.78%-
XYZ6.532.8431.22-
YUV32.21197.29125.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.95%
GREEN value IS 10 (4.30% from 255) = 5.15%
BLUE value IS 155 (60.94% from 255) = 79.90%
R=14.95%
G=5.15%
B=79.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal29101550.810.9400.39247.8687.8832.35
Hex1DA9B515E027f85820
Octal351223312113604737013040
Binary11101101010011011101000110111100100111111110001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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