Html Css Color HEX #1D1887 Ultramarine

📋 copy color: '#1D1887'

red 29 ◦ green 24 ◦ blue 135

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

Shades of Ultramarine #1D1887

Tints of Ultramarine #1D1887

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.77%

 BLUE value IS 135 (53.13% from 255) = 71.81%

R = 15.43%
G = 12.77%
B = 71.81%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1D1887 (or 0x1D1887) is known color: Ultramarine. HEX triplet: 1D, 18 and 87. RGB value is (29,24,135). Sum of RGB (Red+Green+Blue) = 29+24+135=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D1887 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1887 is #E2E778. Grayscale: #252525. Windows color (decimal): -14870393 or 8853533. OLE color: 8853533.

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

Color convert

RGB 29 24 135 -
CMYK 0.79 0.82 0 0.47
HSL 242.7º 0.7% 0.31% -
HSV(B) 242.7º 0.82% 0.53% -
XYZ 5.21 2.66 23.16 -
YUV 38.15 182.66 121.47 -
System Red Green Blue C M Y K H S L
Decimal 29 24 135 0.79 0.82 0 0.47 242.7 0.7 0.31
Hex 1D 18 87 4F 52 0 2F F3 46 1F
Octal 35 30 207 117 122 0 57 363 106 37
Binary 11101 11000 10000111 1001111 1010010 0 101111 11110011 1000110 11111

Color Harmonies of #1D1887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1887

Black with #1D1887

Text Example


Text Example

White with #1D1887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,24,135); }

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

background-color css

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

 a { background-color: rgb(29,24,135); }

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

border-color css

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

 span { border-color: rgb(29,24,135); }

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