Html Css Color HEX #1D0988 Ultramarine

📋 copy color: '#1D0988'

red 29 ◦ green 9 ◦ blue 136

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

Shades of Ultramarine #1D0988

Tints of Ultramarine #1D0988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 78.16%

R = 16.67%
G = 5.17%
B = 78.16%

CMYK

 C value IS 0.79

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1D0988 (or 0x1D0988) is known color: Ultramarine. HEX triplet: 1D, 09 and 88. RGB value is (29,9,136). Sum of RGB (Red+Green+Blue) = 29+9+136=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 136 (53.52% from 255 or 78.16% from 174); Max value from RGB is 136 - color contains mainly: blue. Hex color #1D0988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0988 is #E2F677. Grayscale: #1C1C1C. Windows color (decimal): -14874232 or 8915229. OLE color: 8915229.

HSL color Cylindrical-coordinate representation of color #1D0988: hue angle of 249.45º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0988 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 29 9 136 -
CMYK 0.79 0.93 0 0.47
HSL 249.45º 0.88% 0.28% -
HSV(B) 249.45º 0.93% 0.53% -
XYZ 5.05 2.23 23.46 -
YUV 29.46 188.13 127.67 -
System Red Green Blue C M Y K H S L
Decimal 29 9 136 0.79 0.93 0 0.47 249.45 0.88 0.28
Hex 1D 9 88 4F 5D 0 2F F9 58 1C
Octal 35 11 210 117 135 0 57 371 130 34
Binary 11101 1001 10001000 1001111 1011101 0 101111 11111001 1011000 11100

Color Harmonies of #1D0988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0988

Black with #1D0988

Text Example


Text Example

White with #1D0988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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