Html Css Color HEX #1D1192 Ultramarine

📋 copy color: '#1D1192'

red 29 ◦ green 17 ◦ blue 146

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

Shades of Ultramarine #1D1192

Tints of Ultramarine #1D1192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.85%

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

R = 15.1%
G = 8.85%
B = 76.04%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1D1192 (or 0x1D1192) is known color: Ultramarine. HEX triplet: 1D, 11 and 92. RGB value is (29,17,146). Sum of RGB (Red+Green+Blue) = 29+17+146=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 146 (57.42% from 255 or 76.04% from 192); Max value from RGB is 146 - color contains mainly: blue. Hex color #1D1192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1192 is #E2EE6D. Grayscale: #222222. Windows color (decimal): -14872174 or 9572637. OLE color: 9572637.

HSL color Cylindrical-coordinate representation of color #1D1192: hue angle of 245.58º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D1192 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 17 146 -
CMYK 0.80 0.88 0 0.43
HSL 245.58º 0.79% 0.32% -
HSV(B) 245.58º 0.88% 0.57% -
XYZ 5.9 2.74 27.41 -
YUV 35.29 190.48 123.51 -
System Red Green Blue C M Y K H S L
Decimal 29 17 146 0.80 0.88 0 0.43 245.58 0.79 0.32
Hex 1D 11 92 50 58 0 2B F6 4F 20
Octal 35 21 222 120 130 0 53 366 117 40
Binary 11101 10001 10010010 1010000 1011000 0 101011 11110110 1001111 100000

Color Harmonies of #1D1192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1192

Black with #1D1192

Text Example


Text Example

White with #1D1192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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