Html Css Color HEX #1D0588 Ultramarine

📋 copy color: '#1D0588'

red 29 ◦ green 5 ◦ blue 136

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

Shades of Ultramarine #1D0588

Tints of Ultramarine #1D0588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 80%

R = 17.06%
G = 2.94%
B = 80%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1D0588 (or 0x1D0588) is known color: Ultramarine. HEX triplet: 1D, 05 and 88. RGB value is (29,5,136). Sum of RGB (Red+Green+Blue) = 29+5+136=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 136 (53.52% from 255 or 80% from 170); Max value from RGB is 136 - color contains mainly: blue. Hex color #1D0588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0588 is #E2FA77. Grayscale: #1A1A1A. Windows color (decimal): -14875256 or 8914205. OLE color: 8914205.

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

Color convert

RGB 29 5 136 -
CMYK 0.79 0.96 0 0.47
HSL 250.99º 0.93% 0.28% -
HSV(B) 250.99º 0.96% 0.53% -
XYZ 5 2.15 23.44 -
YUV 27.11 189.45 129.35 -
System Red Green Blue C M Y K H S L
Decimal 29 5 136 0.79 0.96 0 0.47 250.99 0.93 0.28
Hex 1D 5 88 4F 60 0 2F FB 5D 1C
Octal 35 5 210 117 140 0 57 373 135 34
Binary 11101 101 10001000 1001111 1100000 0 101111 11111011 1011101 11100

Color Harmonies of #1D0588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0588

Black with #1D0588

Text Example


Text Example

White with #1D0588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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