Html Css Color HEX #171750 Paua

📋 copy color: '#171750'

red 23 ◦ green 23 ◦ blue 80

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

Shades of Paua #171750

Tints of Paua #171750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.25%

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

R = 18.25%
G = 18.25%
B = 63.49%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#171750 (or 0x171750) is known color: Paua. HEX triplet: 17, 17 and 50. RGB value is (23,23,80). Sum of RGB (Red+Green+Blue) = 23+23+80=126 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.25% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #171750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171750 is #E8E8AF. Grayscale: #1D1D1D. Windows color (decimal): -15263920 or 5248791. OLE color: 5248791.

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

Color convert

RGB 23 23 80 -
CMYK 0.71 0.71 0 0.69
HSL 240º 0.55% 0.2% -
HSV(B) 240º 0.71% 0.31% -
XYZ 2.11 1.37 7.74 -
YUV 29.5 156.5 123.37 -
System Red Green Blue C M Y K H S L
Decimal 23 23 80 0.71 0.71 0 0.69 240 0.55 0.2
Hex 17 17 50 47 47 0 45 F0 37 14
Octal 27 27 120 107 107 0 105 360 67 24
Binary 10111 10111 1010000 1000111 1000111 0 1000101 11110000 110111 10100

Color Harmonies of #171750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171750

Black with #171750

Text Example


Text Example

White with #171750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171750; }

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

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

background-color css

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

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

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

border-color css

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

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

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