Html Css Color HEX #171152 Paua

📋 copy color: '#171152'

red 23 ◦ green 17 ◦ blue 82

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

Shades of Paua #171152

Tints of Paua #171152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 67.21%

R = 18.85%
G = 13.93%
B = 67.21%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#171152 (or 0x171152) is known color: Paua. HEX triplet: 17, 11 and 52. RGB value is (23,17,82). Sum of RGB (Red+Green+Blue) = 23+17+82=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #171152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171152 is #E8EEAD. Grayscale: #191919. Windows color (decimal): -15265454 or 5378327. OLE color: 5378327.

HSL color Cylindrical-coordinate representation of color #171152: hue angle of 245.54º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #171152 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 17 82 -
CMYK 0.72 0.79 0 0.68
HSL 245.54º 0.66% 0.19% -
HSV(B) 245.54º 0.79% 0.32% -
XYZ 2.08 1.19 8.1 -
YUV 26.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 23 17 82 0.72 0.79 0 0.68 245.54 0.66 0.19
Hex 17 11 52 48 4F 0 44 F6 42 13
Octal 27 21 122 110 117 0 104 366 102 23
Binary 10111 10001 1010010 1001000 1001111 0 1000100 11110110 1000010 10011

Color Harmonies of #171152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171152

Black with #171152

Text Example


Text Example

White with #171152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171152; }

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

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

background-color css

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

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

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

border-color css

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

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

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