Html Css Color HEX #171140 Paua

📋 copy color: '#171140'

red 23 ◦ green 17 ◦ blue 64

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

Shades of Paua #171140

Tints of Paua #171140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.35%

 BLUE value IS 64 (25.39% from 255) = 61.54%

R = 22.12%
G = 16.35%
B = 61.54%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#171140 (or 0x171140) is known color: Paua. HEX triplet: 17, 11 and 40. RGB value is (23,17,64). Sum of RGB (Red+Green+Blue) = 23+17+64=104 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.12% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #171140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171140 is #E8EEBF. Grayscale: #171717. Windows color (decimal): -15265472 or 4198679. OLE color: 4198679.

HSL color Cylindrical-coordinate representation of color #171140: hue angle of 247.66º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #171140 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 17 64 -
CMYK 0.64 0.73 0 0.75
HSL 247.66º 0.58% 0.16% -
HSV(B) 247.66º 0.73% 0.25% -
XYZ 1.48 0.95 4.96 -
YUV 24.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 23 17 64 0.64 0.73 0 0.75 247.66 0.58 0.16
Hex 17 11 40 40 49 0 4B F8 3A 10
Octal 27 21 100 100 111 0 113 370 72 20
Binary 10111 10001 1000000 1000000 1001001 0 1001011 11111000 111010 10000

Color Harmonies of #171140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171140

Black with #171140

Text Example


Text Example

White with #171140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171140; }

 p { color: rgb(23,17,64); }

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

background-color css

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

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

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

border-color css

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

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

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