Html Css Color HEX #1D0189 Ultramarine

📋 copy color: '#1D0189'

red 29 ◦ green 1 ◦ blue 137

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

Shades of Ultramarine #1D0189

Tints of Ultramarine #1D0189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 137 (53.91% from 255) = 82.04%

R = 17.37%
G = 0.6%
B = 82.04%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D0189 (or 0x1D0189) is known color: Ultramarine. HEX triplet: 1D, 01 and 89. RGB value is (29,1,137). Sum of RGB (Red+Green+Blue) = 29+1+137=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 137 (53.91% from 255 or 82.04% from 167); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D0189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0189 is #E2FE76. Grayscale: #181818. Windows color (decimal): -14876279 or 8978717. OLE color: 8978717.

HSL color Cylindrical-coordinate representation of color #1D0189: hue angle of 252.35º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D0189 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 1 137 -
CMYK 0.79 0.99 0 0.46
HSL 252.35º 0.99% 0.27% -
HSV(B) 252.35º 0.99% 0.54% -
XYZ 5.03 2.09 23.8 -
YUV 24.88 191.28 130.94 -
System Red Green Blue C M Y K H S L
Decimal 29 1 137 0.79 0.99 0 0.46 252.35 0.99 0.27
Hex 1D 1 89 4F 63 0 2E FC 63 1B
Octal 35 1 211 117 143 0 56 374 143 33
Binary 11101 1 10001001 1001111 1100011 0 101110 11111100 1100011 11011

Color Harmonies of #1D0189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0189

Black with #1D0189

Text Example


Text Example

White with #1D0189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,1,137); }

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

background-color css

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

 a { background-color: rgb(29,1,137); }

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

border-color css

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

 span { border-color: rgb(29,1,137); }

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