Html Css Color HEX #1D0996 Ultramarine

📋 copy color: '#1D0996'

red 29 ◦ green 9 ◦ blue 150

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

Shades of Ultramarine #1D0996

Tints of Ultramarine #1D0996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 79.79%

R = 15.43%
G = 4.79%
B = 79.79%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1D0996 (or 0x1D0996) is known color: Ultramarine. HEX triplet: 1D, 09 and 96. RGB value is (29,9,150). Sum of RGB (Red+Green+Blue) = 29+9+150=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 150 (58.98% from 255 or 79.79% from 188); Max value from RGB is 150 - color contains mainly: blue. Hex color #1D0996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0996 is #E2F669. Grayscale: #1E1E1E. Windows color (decimal): -14874218 or 9832733. OLE color: 9832733.

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

Color convert

RGB 29 9 150 -
CMYK 0.81 0.94 0 0.41
HSL 248.51º 0.89% 0.31% -
HSV(B) 248.51º 0.94% 0.59% -
XYZ 6.11 2.66 29.05 -
YUV 31.05 195.13 126.54 -
System Red Green Blue C M Y K H S L
Decimal 29 9 150 0.81 0.94 0 0.41 248.51 0.89 0.31
Hex 1D 9 96 51 5E 0 29 F9 59 1F
Octal 35 11 226 121 136 0 51 371 131 37
Binary 11101 1001 10010110 1010001 1011110 0 101001 11111001 1011001 11111

Color Harmonies of #1D0996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0996

Black with #1D0996

Text Example


Text Example

White with #1D0996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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