Html Css Color HEX #1D1E91 Ultramarine

📋 copy color: '#1D1E91'

red 29 ◦ green 30 ◦ blue 145

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

Shades of Ultramarine #1D1E91

Tints of Ultramarine #1D1E91

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.71%

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

R = 14.22%
G = 14.71%
B = 71.08%

CMYK

 C value IS 0.8

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1D1E91 (or 0x1D1E91) is known color: Ultramarine. HEX triplet: 1D, 1E and 91. RGB value is (29,30,145). Sum of RGB (Red+Green+Blue) = 29+30+145=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 145 (57.03% from 255 or 71.08% from 204); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D1E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1E91 is #E2E16E. Grayscale: #2A2A2A. Windows color (decimal): -14868847 or 9510429. OLE color: 9510429.

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

Color convert

RGB 29 30 145 -
CMYK 0.8 0.79 0 0.43
HSL 239.48º 0.67% 0.34% -
HSV(B) 239.48º 0.8% 0.57% -
XYZ 6.08 3.23 27.09 -
YUV 42.81 185.67 118.15 -
System Red Green Blue C M Y K H S L
Decimal 29 30 145 0.8 0.79 0 0.43 239.48 0.67 0.34
Hex 1D 1E 91 50 4F 0 2B EF 43 22
Octal 35 36 221 120 117 0 53 357 103 42
Binary 11101 11110 10010001 1010000 1001111 0 101011 11101111 1000011 100010

Color Harmonies of #1D1E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1E91

Black with #1D1E91

Text Example


Text Example

White with #1D1E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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