Html Css Color HEX #171449 Paua

📋 copy color: '#171449'

red 23 ◦ green 20 ◦ blue 73

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

Shades of Paua #171449

Tints of Paua #171449

RGB

 RED value IS 23 (9.38% from 255) = 19.83%

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

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

R = 19.83%
G = 17.24%
B = 62.93%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#171449 (or 0x171449) is known color: Paua. HEX triplet: 17, 14 and 49. RGB value is (23,20,73). Sum of RGB (Red+Green+Blue) = 23+20+73=116 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.83% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #171449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171449 is #E8EBB6. Grayscale: #1A1A1A. Windows color (decimal): -15264695 or 4789271. OLE color: 4789271.

HSL color Cylindrical-coordinate representation of color #171449: hue angle of 243.4º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #171449 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 23 20 73 -
CMYK 0.68 0.73 0 0.71
HSL 243.4º 0.57% 0.18% -
HSV(B) 243.4º 0.73% 0.29% -
XYZ 1.81 1.16 6.43 -
YUV 26.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 23 20 73 0.68 0.73 0 0.71 243.4 0.57 0.18
Hex 17 14 49 44 49 0 47 F3 39 12
Octal 27 24 111 104 111 0 107 363 71 22
Binary 10111 10100 1001001 1000100 1001001 0 1000111 11110011 111001 10010

Color Harmonies of #171449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171449

Black with #171449

Text Example


Text Example

White with #171449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171449; }

 p { color: rgb(23,20,73); }

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

background-color css

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

 a { background-color: rgb(23,20,73); }

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

border-color css

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

 span { border-color: rgb(23,20,73); }

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