#1D0096

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

Shades of Ultramarine #1D0096

Tints of Ultramarine #1D0096

Color information

#1D0096 (or 0x1D0096) is unknown color: approx Ultramarine. HEX triplet: 1D, 00 and 96. RGB value is (29,0,150). Sum of RGB (Red+Green+Blue) = 29+0+150=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 150 (58.98% from 255 or 83.80% from 179); Max value from RGB is 150 - color contains mainly: blue. Hex color #1D0096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0096 is #E2FF69. Grayscale: #191919. Windows color (decimal): -14876522 or 9830429. OLE color: 9830429.

HSL color Cylindrical-coordinate representation of color #1D0096: hue angle of 251.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0096 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB290150-
CMYK0.81100.41
HSL251.6º100%29.41%-
HSV(B)251.6º100%58.82%-
XYZ6.012.4629.01-
YUV25.77198.11130.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 150 (58.98% from 255) = 83.80%
R=16.20%
G=0%
B=83.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2901500.81100.41251.610029.41
Hex1D0965164029fc641d
Octal35022612114405137414435
Binary1110101001011010100011100100010100111111100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,0,150); }

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

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

 a { background-color: rgb(29,0,150); }

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

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

 span { border-color: rgb(29,0,150); }

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