#1D129B

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

Shades of Ultramarine #1D129B

Tints of Ultramarine #1D129B

Color information

#1D129B (or 0x1D129B) is unknown color: approx Ultramarine. HEX triplet: 1D, 12 and 9B. RGB value is (29,18,155). Sum of RGB (Red+Green+Blue) = 29+18+155=202 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.36% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 155 (60.94% from 255 or 76.73% from 202); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D129B is #E2ED64. Grayscale: #242424. Windows color (decimal): -14871909 or 10162717. OLE color: 10162717.

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

Color convert

RGB2918155-
CMYK0.810.8800.39
HSL244.82º79.19%33.92%-
HSV(B)244.82º88.39%60.78%-
XYZ6.643.0631.25-
YUV36.91194.64122.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.36%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 155 (60.94% from 255) = 76.73%
R=14.36%
G=8.91%
B=76.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal29181550.810.8800.39244.8279.1933.92
Hex1D129B5158027f54f22
Octal352223312113004736511742
Binary111011001010011011101000110110000100111111101011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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