#1d0985

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

Shades of Ultramarine #1D0985

Tints of Ultramarine #1D0985

Color information

#1D0985 (or 0x1D0985) is unknown color: approx Ultramarine. HEX triplet: 1D, 09 and 85. RGB value is (29,9,133). Sum of RGB (Red+Green+Blue) = 29+9+133=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 133 (52.34% from 255 or 77.78% from 171); Max value from RGB is 133 - color contains mainly: blue. Hex color #1D0985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0985 is #E2F67A. Grayscale: #1C1C1C. Windows color (decimal): -14874235 or 8718621. OLE color: 8718621.

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

Color convert

RGB299133-
CMYK0.780.9300.48
HSL249.68º87.32%27.84%-
HSV(B)249.68º93.23%52.16%-
XYZ4.842.1522.35-
YUV29.12186.63127.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.96%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 133 (52.34% from 255) = 77.78%
R=16.96%
G=5.26%
B=77.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2991330.780.9300.48249.6887.3227.84
Hex1D9854E5D030fa571c
Octal351120511613506037212734
Binary1110110011000010110011101011101011000011111010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d0985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,9,133); }

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

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

 a { background-color: rgb(29,9,133); }

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

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

 span { border-color: rgb(29,9,133); }

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