Html Css Color HEX #1D0999 Ultramarine

📋 copy color: '#1D0999'

red 29 ◦ green 9 ◦ blue 153

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

Shades of Ultramarine #1D0999

Tints of Ultramarine #1D0999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 80.1%

R = 15.18%
G = 4.71%
B = 80.1%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1D0999 (or 0x1D0999) is known color: Ultramarine. HEX triplet: 1D, 09 and 99. RGB value is (29,9,153). Sum of RGB (Red+Green+Blue) = 29+9+153=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D0999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0999 is #E2F666. Grayscale: #1E1E1E. Windows color (decimal): -14874215 or 10029341. OLE color: 10029341.

HSL color Cylindrical-coordinate representation of color #1D0999: hue angle of 248.33º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0999 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 29 9 153 -
CMYK 0.81 0.94 0 0.4
HSL 248.33º 0.89% 0.32% -
HSV(B) 248.33º 0.94% 0.6% -
XYZ 6.35 2.76 30.33 -
YUV 31.4 196.63 126.29 -
System Red Green Blue C M Y K H S L
Decimal 29 9 153 0.81 0.94 0 0.4 248.33 0.89 0.32
Hex 1D 9 99 51 5E 0 28 F8 59 20
Octal 35 11 231 121 136 0 50 370 131 40
Binary 11101 1001 10011001 1010001 1011110 0 101000 11111000 1011001 100000

Color Harmonies of #1D0999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0999

Black with #1D0999

Text Example


Text Example

White with #1D0999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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