Html Css Color HEX #1D0991 Ultramarine

📋 copy color: '#1D0991'

red 29 ◦ green 9 ◦ blue 145

#1D0991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #1D0991

Tints of Ultramarine #1D0991

RGB

 RED value IS 29 (11.72% from 255) = 15.85%

 GREEN value IS 9 (3.91% from 255) = 4.92%

 BLUE value IS 145 (57.03% from 255) = 79.23%

R = 15.85%
G = 4.92%
B = 79.23%

CMYK

 C value IS 0.8

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1D0991 (or 0x1D0991) is known color: Ultramarine. HEX triplet: 1D, 09 and 91. RGB value is (29,9,145). Sum of RGB (Red+Green+Blue) = 29+9+145=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D0991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0991 is #E2F66E. Grayscale: #1D1D1D. Windows color (decimal): -14874223 or 9505053. OLE color: 9505053.

HSL color Cylindrical-coordinate representation of color #1D0991: hue angle of 248.82º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0991 is Cyan = 0.8, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 9 145 -
CMYK 0.8 0.94 0 0.43
HSL 248.82º 0.88% 0.3% -
HSV(B) 248.82º 0.94% 0.57% -
XYZ 5.72 2.5 26.97 -
YUV 30.48 192.63 126.94 -
System Red Green Blue C M Y K H S L
Decimal 29 9 145 0.8 0.94 0 0.43 248.82 0.88 0.3
Hex 1D 9 91 50 5E 0 2B F9 58 1E
Octal 35 11 221 120 136 0 53 371 130 36
Binary 11101 1001 10010001 1010000 1011110 0 101011 11111001 1011000 11110

Color Harmonies of #1D0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0991

Black with #1D0991

Text Example


Text Example

White with #1D0991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D0991;
 }
 .AnyTagClassName
 {
   color: #1D0991;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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