Html Css Color HEX #171148 Paua

📋 copy color: '#171148'

red 23 ◦ green 17 ◦ blue 72

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

Shades of Paua #171148

Tints of Paua #171148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 64.29%

R = 20.54%
G = 15.18%
B = 64.29%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#171148 (or 0x171148) is known color: Paua. HEX triplet: 17, 11 and 48. RGB value is (23,17,72). Sum of RGB (Red+Green+Blue) = 23+17+72=112 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.54% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #171148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171148 is #E8EEB7. Grayscale: #181818. Windows color (decimal): -15265464 or 4722967. OLE color: 4722967.

HSL color Cylindrical-coordinate representation of color #171148: hue angle of 246.55º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #171148 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 23 17 72 -
CMYK 0.68 0.76 0 0.72
HSL 246.55º 0.62% 0.17% -
HSV(B) 246.55º 0.76% 0.28% -
XYZ 1.72 1.05 6.24 -
YUV 25.06 154.49 126.53 -
System Red Green Blue C M Y K H S L
Decimal 23 17 72 0.68 0.76 0 0.72 246.55 0.62 0.17
Hex 17 11 48 44 4C 0 48 F7 3E 11
Octal 27 21 110 104 114 0 110 367 76 21
Binary 10111 10001 1001000 1000100 1001100 0 1001000 11110111 111110 10001

Color Harmonies of #171148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171148

Black with #171148

Text Example


Text Example

White with #171148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171148; }

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

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

background-color css

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

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

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

border-color css

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

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

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