Html Css Color HEX #1D1A49 Paua

📋 copy color: '#1D1A49'

red 29 ◦ green 26 ◦ blue 73

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

Shades of Paua #1D1A49

Tints of Paua #1D1A49

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.31%

 BLUE value IS 73 (28.91% from 255) = 57.03%

R = 22.66%
G = 20.31%
B = 57.03%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1D1A49 (or 0x1D1A49) is known color: Paua. HEX triplet: 1D, 1A and 49. RGB value is (29,26,73). Sum of RGB (Red+Green+Blue) = 29+26+73=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 73 (28.91% from 255 or 57.03% from 128); Max value from RGB is 73 - color contains mainly: blue. Hex color #1D1A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1A49 is #E2E5B6. Grayscale: #202020. Windows color (decimal): -14869943 or 4790813. OLE color: 4790813.

HSL color Cylindrical-coordinate representation of color #1D1A49: hue angle of 243.83º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D1A49 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 29 26 73 -
CMYK 0.60 0.64 0 0.71
HSL 243.83º 0.47% 0.19% -
HSV(B) 243.83º 0.64% 0.29% -
XYZ 2.08 1.48 6.48 -
YUV 32.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 29 26 73 0.60 0.64 0 0.71 243.83 0.47 0.19
Hex 1D 1A 49 3C 40 0 47 F4 2F 13
Octal 35 32 111 74 100 0 107 364 57 23
Binary 11101 11010 1001001 111100 1000000 0 1000111 11110100 101111 10011

Color Harmonies of #1D1A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1A49

Black with #1D1A49

Text Example


Text Example

White with #1D1A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,26,73); }

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

background-color css

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

 a { background-color: rgb(29,26,73); }

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

border-color css

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

 span { border-color: rgb(29,26,73); }

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