Html Css Color HEX #171441 Paua

📋 copy color: '#171441'

red 23 ◦ green 20 ◦ blue 65

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

Shades of Paua #171441

Tints of Paua #171441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 60.19%

R = 21.3%
G = 18.52%
B = 60.19%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#171441 (or 0x171441) is known color: Paua. HEX triplet: 17, 14 and 41. RGB value is (23,20,65). Sum of RGB (Red+Green+Blue) = 23+20+65=108 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.30% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #171441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171441 is #E8EBBE. Grayscale: #191919. Windows color (decimal): -15264703 or 4264983. OLE color: 4264983.

HSL color Cylindrical-coordinate representation of color #171441: hue angle of 244º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #171441 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 20 65 -
CMYK 0.65 0.69 0 0.75
HSL 244º 0.53% 0.17% -
HSV(B) 244º 0.69% 0.25% -
XYZ 1.56 1.06 5.12 -
YUV 26.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 23 20 65 0.65 0.69 0 0.75 244 0.53 0.17
Hex 17 14 41 41 45 0 4B F4 35 11
Octal 27 24 101 101 105 0 113 364 65 21
Binary 10111 10100 1000001 1000001 1000101 0 1001011 11110100 110101 10001

Color Harmonies of #171441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171441

Black with #171441

Text Example


Text Example

White with #171441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171441; }

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

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

background-color css

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

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

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

border-color css

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

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

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