Html Css Color HEX #1D1594 Ultramarine

📋 copy color: '#1D1594'

red 29 ◦ green 21 ◦ blue 148

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

Shades of Ultramarine #1D1594

Tints of Ultramarine #1D1594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.61%

 BLUE value IS 148 (58.2% from 255) = 74.75%

R = 14.65%
G = 10.61%
B = 74.75%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1D1594 (or 0x1D1594) is known color: Ultramarine. HEX triplet: 1D, 15 and 94. RGB value is (29,21,148). Sum of RGB (Red+Green+Blue) = 29+21+148=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 148 (58.20% from 255 or 74.75% from 198); Max value from RGB is 148 - color contains mainly: blue. Hex color #1D1594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1594 is #E2EA6B. Grayscale: #252525. Windows color (decimal): -14871148 or 9704733. OLE color: 9704733.

HSL color Cylindrical-coordinate representation of color #1D1594: hue angle of 243.78º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1594 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 21 148 -
CMYK 0.80 0.86 0 0.42
HSL 243.78º 0.75% 0.33% -
HSV(B) 243.78º 0.86% 0.58% -
XYZ 6.12 2.94 28.26 -
YUV 37.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 29 21 148 0.80 0.86 0 0.42 243.78 0.75 0.33
Hex 1D 15 94 50 56 0 2A F4 4B 21
Octal 35 25 224 120 126 0 52 364 113 41
Binary 11101 10101 10010100 1010000 1010110 0 101010 11110100 1001011 100001

Color Harmonies of #1D1594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1594

Black with #1D1594

Text Example


Text Example

White with #1D1594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,21,148); }

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

background-color css

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

 a { background-color: rgb(29,21,148); }

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

border-color css

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

 span { border-color: rgb(29,21,148); }

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