Html Css Color HEX #1D0387 Ultramarine

📋 copy color: '#1D0387'

red 29 ◦ green 3 ◦ blue 135

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

Shades of Ultramarine #1D0387

Tints of Ultramarine #1D0387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.8%

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

R = 17.37%
G = 1.8%
B = 80.84%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1D0387 (or 0x1D0387) is known color: Ultramarine. HEX triplet: 1D, 03 and 87. RGB value is (29,3,135). Sum of RGB (Red+Green+Blue) = 29+3+135=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 135 (53.12% from 255 or 80.84% from 167); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D0387 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0387 is #E2FC78. Grayscale: #191919. Windows color (decimal): -14875769 or 8848157. OLE color: 8848157.

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

Color convert

RGB 29 3 135 -
CMYK 0.79 0.98 0 0.47
HSL 251.82º 0.96% 0.27% -
HSV(B) 251.82º 0.98% 0.53% -
XYZ 4.91 2.08 23.06 -
YUV 25.82 189.61 130.27 -
System Red Green Blue C M Y K H S L
Decimal 29 3 135 0.79 0.98 0 0.47 251.82 0.96 0.27
Hex 1D 3 87 4F 62 0 2F FC 60 1B
Octal 35 3 207 117 142 0 57 374 140 33
Binary 11101 11 10000111 1001111 1100010 0 101111 11111100 1100000 11011

Color Harmonies of #1D0387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0387

Black with #1D0387

Text Example


Text Example

White with #1D0387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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