Html Css Color HEX #1D0187 Ultramarine

📋 copy color: '#1D0187'

red 29 ◦ green 1 ◦ blue 135

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

Shades of Ultramarine #1D0187

Tints of Ultramarine #1D0187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 17.58%
G = 0.61%
B = 81.82%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1D0187 (or 0x1D0187) is known color: Ultramarine. HEX triplet: 1D, 01 and 87. RGB value is (29,1,135). Sum of RGB (Red+Green+Blue) = 29+1+135=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 135 (53.12% from 255 or 81.82% from 165); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D0187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0187 is #E2FE78. Grayscale: #181818. Windows color (decimal): -14876281 or 8847645. OLE color: 8847645.

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

Color convert

RGB 29 1 135 -
CMYK 0.79 0.99 0 0.47
HSL 252.54º 0.99% 0.27% -
HSV(B) 252.54º 0.99% 0.53% -
XYZ 4.89 2.03 23.06 -
YUV 24.65 190.28 131.1 -
System Red Green Blue C M Y K H S L
Decimal 29 1 135 0.79 0.99 0 0.47 252.54 0.99 0.27
Hex 1D 1 87 4F 63 0 2F FD 63 1B
Octal 35 1 207 117 143 0 57 375 143 33
Binary 11101 1 10000111 1001111 1100011 0 101111 11111101 1100011 11011

Color Harmonies of #1D0187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0187

Black with #1D0187

Text Example


Text Example

White with #1D0187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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