Html Css Color HEX #1D0D99 Ultramarine

📋 copy color: '#1D0D99'

red 29 ◦ green 13 ◦ blue 153

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

Shades of Ultramarine #1D0D99

Tints of Ultramarine #1D0D99

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.67%

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

R = 14.87%
G = 6.67%
B = 78.46%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1D0D99 (or 0x1D0D99) is known color: Ultramarine. HEX triplet: 1D, 0D and 99. RGB value is (29,13,153). Sum of RGB (Red+Green+Blue) = 29+13+153=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D0D99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0D99 is #E2F266. Grayscale: #212121. Windows color (decimal): -14873191 or 10030365. OLE color: 10030365.

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

Color convert

RGB 29 13 153 -
CMYK 0.81 0.92 0 0.4
HSL 246.86º 0.84% 0.33% -
HSV(B) 246.86º 0.92% 0.6% -
XYZ 6.4 2.85 30.35 -
YUV 33.74 195.3 124.62 -
System Red Green Blue C M Y K H S L
Decimal 29 13 153 0.81 0.92 0 0.4 246.86 0.84 0.33
Hex 1D D 99 51 5C 0 28 F7 54 21
Octal 35 15 231 121 134 0 50 367 124 41
Binary 11101 1101 10011001 1010001 1011100 0 101000 11110111 1010100 100001

Color Harmonies of #1D0D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0D99

Black with #1D0D99

Text Example


Text Example

White with #1D0D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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