Html Css Color HEX #1D0589 Ultramarine

📋 copy color: '#1D0589'

red 29 ◦ green 5 ◦ blue 137

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

Shades of Ultramarine #1D0589

Tints of Ultramarine #1D0589

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

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

R = 16.96%
G = 2.92%
B = 80.12%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D0589 (or 0x1D0589) is known color: Ultramarine. HEX triplet: 1D, 05 and 89. RGB value is (29,5,137). Sum of RGB (Red+Green+Blue) = 29+5+137=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 137 (53.91% from 255 or 80.12% from 171); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D0589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0589 is #E2FA76. Grayscale: #1A1A1A. Windows color (decimal): -14875255 or 8979741. OLE color: 8979741.

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

Color convert

RGB 29 5 137 -
CMYK 0.79 0.96 0 0.46
HSL 250.91º 0.93% 0.28% -
HSV(B) 250.91º 0.96% 0.54% -
XYZ 5.08 2.18 23.82 -
YUV 27.22 189.95 129.27 -
System Red Green Blue C M Y K H S L
Decimal 29 5 137 0.79 0.96 0 0.46 250.91 0.93 0.28
Hex 1D 5 89 4F 60 0 2E FB 5D 1C
Octal 35 5 211 117 140 0 56 373 135 34
Binary 11101 101 10001001 1001111 1100000 0 101110 11111011 1011101 11100

Color Harmonies of #1D0589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0589

Black with #1D0589

Text Example


Text Example

White with #1D0589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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