Html Css Color HEX #1D0992 Ultramarine

📋 copy color: '#1D0992'

red 29 ◦ green 9 ◦ blue 146

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

Shades of Ultramarine #1D0992

Tints of Ultramarine #1D0992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 79.35%

R = 15.76%
G = 4.89%
B = 79.35%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1D0992 (or 0x1D0992) is known color: Ultramarine. HEX triplet: 1D, 09 and 92. RGB value is (29,9,146). Sum of RGB (Red+Green+Blue) = 29+9+146=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 146 (57.42% from 255 or 79.35% from 184); Max value from RGB is 146 - color contains mainly: blue. Hex color #1D0992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0992 is #E2F66D. Grayscale: #1E1E1E. Windows color (decimal): -14874222 or 9570589. OLE color: 9570589.

HSL color Cylindrical-coordinate representation of color #1D0992: hue angle of 248.76º 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 #1D0992 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 9 146 -
CMYK 0.80 0.94 0 0.43
HSL 248.76º 0.88% 0.3% -
HSV(B) 248.76º 0.94% 0.57% -
XYZ 5.79 2.53 27.38 -
YUV 30.6 193.13 126.86 -
System Red Green Blue C M Y K H S L
Decimal 29 9 146 0.80 0.94 0 0.43 248.76 0.88 0.3
Hex 1D 9 92 50 5E 0 2B F9 58 1E
Octal 35 11 222 120 136 0 53 371 130 36
Binary 11101 1001 10010010 1010000 1011110 0 101011 11111001 1011000 11110

Color Harmonies of #1D0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0992

Black with #1D0992

Text Example


Text Example

White with #1D0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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