Html Css Color HEX #170852 Paua

📋 copy color: '#170852'

red 23 ◦ green 8 ◦ blue 82

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

Shades of Paua #170852

Tints of Paua #170852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.08%

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

R = 20.35%
G = 7.08%
B = 72.57%

CMYK

 C value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#170852 (or 0x170852) is known color: Paua. HEX triplet: 17, 08 and 52. RGB value is (23,8,82). Sum of RGB (Red+Green+Blue) = 23+8+82=113 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.35% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 82 (32.42% from 255 or 72.57% from 113); Max value from RGB is 82 - color contains mainly: blue. Hex color #170852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170852 is #E8F7AD. Grayscale: #141414. Windows color (decimal): -15267758 or 5376023. OLE color: 5376023.

HSL color Cylindrical-coordinate representation of color #170852: hue angle of 252.16º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170852 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 8 82 -
CMYK 0.72 0.90 0 0.68
HSL 252.16º 0.82% 0.18% -
HSV(B) 252.16º 0.9% 0.32% -
XYZ 1.96 0.97 8.07 -
YUV 20.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 23 8 82 0.72 0.90 0 0.68 252.16 0.82 0.18
Hex 17 8 52 48 5A 0 44 FC 52 12
Octal 27 10 122 110 132 0 104 374 122 22
Binary 10111 1000 1010010 1001000 1011010 0 1000100 11111100 1010010 10010

Color Harmonies of #170852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170852

Black with #170852

Text Example


Text Example

White with #170852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170852; }

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

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

background-color css

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

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

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

border-color css

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

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

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