Html Css Color HEX #1D0C87 Ultramarine

📋 copy color: '#1D0C87'

red 29 ◦ green 12 ◦ blue 135

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

Shades of Ultramarine #1D0C87

Tints of Ultramarine #1D0C87

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.82%

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

R = 16.48%
G = 6.82%
B = 76.7%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1D0C87 (or 0x1D0C87) is known color: Ultramarine. HEX triplet: 1D, 0C and 87. RGB value is (29,12,135). Sum of RGB (Red+Green+Blue) = 29+12+135=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 135 (53.12% from 255 or 76.70% from 176); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D0C87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0C87 is #E2F378. Grayscale: #1E1E1E. Windows color (decimal): -14873465 or 8850461. OLE color: 8850461.

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

Color convert

RGB 29 12 135 -
CMYK 0.79 0.91 0 0.47
HSL 248.29º 0.84% 0.29% -
HSV(B) 248.29º 0.91% 0.53% -
XYZ 5.01 2.27 23.1 -
YUV 31.11 186.63 126.5 -
System Red Green Blue C M Y K H S L
Decimal 29 12 135 0.79 0.91 0 0.47 248.29 0.84 0.29
Hex 1D C 87 4F 5B 0 2F F8 54 1D
Octal 35 14 207 117 133 0 57 370 124 35
Binary 11101 1100 10000111 1001111 1011011 0 101111 11111000 1010100 11101

Color Harmonies of #1D0C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0C87

Black with #1D0C87

Text Example


Text Example

White with #1D0C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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