Html Css Color HEX #1D0487 Ultramarine

📋 copy color: '#1D0487'

red 29 ◦ green 4 ◦ blue 135

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

Shades of Ultramarine #1D0487

Tints of Ultramarine #1D0487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

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

R = 17.26%
G = 2.38%
B = 80.36%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1D0487 (or 0x1D0487) is known color: Ultramarine. HEX triplet: 1D, 04 and 87. RGB value is (29,4,135). Sum of RGB (Red+Green+Blue) = 29+4+135=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 135 (53.12% from 255 or 80.36% from 168); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D0487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0487 is #E2FB78. Grayscale: #191919. Windows color (decimal): -14875513 or 8848413. OLE color: 8848413.

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

Color convert

RGB 29 4 135 -
CMYK 0.79 0.97 0 0.47
HSL 251.45º 0.94% 0.27% -
HSV(B) 251.45º 0.97% 0.53% -
XYZ 4.92 2.1 23.07 -
YUV 26.41 189.28 129.85 -
System Red Green Blue C M Y K H S L
Decimal 29 4 135 0.79 0.97 0 0.47 251.45 0.94 0.27
Hex 1D 4 87 4F 61 0 2F FB 5E 1B
Octal 35 4 207 117 141 0 57 373 136 33
Binary 11101 100 10000111 1001111 1100001 0 101111 11111011 1011110 11011

Color Harmonies of #1D0487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0487

Black with #1D0487

Text Example


Text Example

White with #1D0487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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