Html Css Color HEX #1D1491 Ultramarine

📋 copy color: '#1D1491'

red 29 ◦ green 20 ◦ blue 145

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

Shades of Ultramarine #1D1491

Tints of Ultramarine #1D1491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.31%

 BLUE value IS 145 (57.03% from 255) = 74.74%

R = 14.95%
G = 10.31%
B = 74.74%

CMYK

 C value IS 0.8

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1D1491 (or 0x1D1491) is known color: Ultramarine. HEX triplet: 1D, 14 and 91. RGB value is (29,20,145). Sum of RGB (Red+Green+Blue) = 29+20+145=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D1491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1491 is #E2EB6E. Grayscale: #242424. Windows color (decimal): -14871407 or 9507869. OLE color: 9507869.

HSL color Cylindrical-coordinate representation of color #1D1491: hue angle of 244.32º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1491 is Cyan = 0.8, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 20 145 -
CMYK 0.8 0.86 0 0.43
HSL 244.32º 0.76% 0.32% -
HSV(B) 244.32º 0.86% 0.57% -
XYZ 5.87 2.81 27.02 -
YUV 36.94 188.98 122.34 -
System Red Green Blue C M Y K H S L
Decimal 29 20 145 0.8 0.86 0 0.43 244.32 0.76 0.32
Hex 1D 14 91 50 56 0 2B F4 4C 20
Octal 35 24 221 120 126 0 53 364 114 40
Binary 11101 10100 10010001 1010000 1010110 0 101011 11110100 1001100 100000

Color Harmonies of #1D1491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1491

Black with #1D1491

Text Example


Text Example

White with #1D1491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,20,145); }

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

background-color css

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

 a { background-color: rgb(29,20,145); }

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

border-color css

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

 span { border-color: rgb(29,20,145); }

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