Html Css Color HEX #171341 Paua

📋 copy color: '#171341'

red 23 ◦ green 19 ◦ blue 65

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

Shades of Paua #171341

Tints of Paua #171341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.76%

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

R = 21.5%
G = 17.76%
B = 60.75%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#171341 (or 0x171341) is known color: Paua. HEX triplet: 17, 13 and 41. RGB value is (23,19,65). Sum of RGB (Red+Green+Blue) = 23+19+65=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #171341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171341 is #E8ECBE. Grayscale: #191919. Windows color (decimal): -15264959 or 4264727. OLE color: 4264727.

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

Color convert

RGB 23 19 65 -
CMYK 0.65 0.71 0 0.75
HSL 245.22º 0.55% 0.16% -
HSV(B) 245.22º 0.71% 0.25% -
XYZ 1.54 1.03 5.12 -
YUV 25.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 23 19 65 0.65 0.71 0 0.75 245.22 0.55 0.16
Hex 17 13 41 41 47 0 4B F5 37 10
Octal 27 23 101 101 107 0 113 365 67 20
Binary 10111 10011 1000001 1000001 1000111 0 1001011 11110101 110111 10000

Color Harmonies of #171341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171341

Black with #171341

Text Example


Text Example

White with #171341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171341; }

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

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

background-color css

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

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

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

border-color css

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

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

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