Html Css Color HEX #171550 Paua

📋 copy color: '#171550'

red 23 ◦ green 21 ◦ blue 80

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

Shades of Paua #171550

Tints of Paua #171550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 64.52%

R = 18.55%
G = 16.94%
B = 64.52%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#171550 (or 0x171550) is known color: Paua. HEX triplet: 17, 15 and 50. RGB value is (23,21,80). Sum of RGB (Red+Green+Blue) = 23+21+80=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #171550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171550 is #E8EAAF. Grayscale: #1C1C1C. Windows color (decimal): -15264432 or 5248279. OLE color: 5248279.

HSL color Cylindrical-coordinate representation of color #171550: hue angle of 242.03º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #171550 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 21 80 -
CMYK 0.71 0.74 0 0.69
HSL 242.03º 0.58% 0.2% -
HSV(B) 242.03º 0.74% 0.31% -
XYZ 2.07 1.3 7.73 -
YUV 28.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 23 21 80 0.71 0.74 0 0.69 242.03 0.58 0.2
Hex 17 15 50 47 4A 0 45 F2 3A 14
Octal 27 25 120 107 112 0 105 362 72 24
Binary 10111 10101 1010000 1000111 1001010 0 1000101 11110010 111010 10100

Color Harmonies of #171550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171550

Black with #171550

Text Example


Text Example

White with #171550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171550; }

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

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

background-color css

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

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

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

border-color css

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

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

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