Html Css Color HEX #171551 Paua

📋 copy color: '#171551'

red 23 ◦ green 21 ◦ blue 81

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

Shades of Paua #171551

Tints of Paua #171551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 64.8%

R = 18.4%
G = 16.8%
B = 64.8%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#171551 (or 0x171551) is known color: Paua. HEX triplet: 17, 15 and 51. RGB value is (23,21,81). Sum of RGB (Red+Green+Blue) = 23+21+81=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 81 (32.03% from 255 or 64.8% from 125); Max value from RGB is 81 - color contains mainly: blue. Hex color #171551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171551 is #E8EAAE. Grayscale: #1C1C1C. Windows color (decimal): -15264431 or 5313815. OLE color: 5313815.

HSL color Cylindrical-coordinate representation of color #171551: hue angle of 242º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #171551 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 21 81 -
CMYK 0.72 0.74 0 0.68
HSL 242º 0.59% 0.2% -
HSV(B) 242º 0.74% 0.32% -
XYZ 2.11 1.31 7.93 -
YUV 28.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 23 21 81 0.72 0.74 0 0.68 242 0.59 0.2
Hex 17 15 51 48 4A 0 44 F2 3B 14
Octal 27 25 121 110 112 0 104 362 73 24
Binary 10111 10101 1010001 1001000 1001010 0 1000100 11110010 111011 10100

Color Harmonies of #171551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171551

Black with #171551

Text Example


Text Example

White with #171551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171551; }

 p { color: rgb(23,21,81); }

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

background-color css

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

 a { background-color: rgb(23,21,81); }

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

border-color css

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

 span { border-color: rgb(23,21,81); }

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