Html Css Color HEX #170F52 Paua

📋 copy color: '#170F52'

red 23 ◦ green 15 ◦ blue 82

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

Shades of Paua #170F52

Tints of Paua #170F52

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.5%

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

R = 19.17%
G = 12.5%
B = 68.33%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#170F52 (or 0x170F52) is known color: Paua. HEX triplet: 17, 0F and 52. RGB value is (23,15,82). Sum of RGB (Red+Green+Blue) = 23+15+82=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 82 (32.42% from 255 or 68.33% from 120); Max value from RGB is 82 - color contains mainly: blue. Hex color #170F52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170F52 is #E8F0AD. Grayscale: #181818. Windows color (decimal): -15265966 or 5377815. OLE color: 5377815.

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

Color convert

RGB 23 15 82 -
CMYK 0.72 0.82 0 0.68
HSL 247.16º 0.69% 0.19% -
HSV(B) 247.16º 0.82% 0.32% -
XYZ 2.05 1.13 8.09 -
YUV 25.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 23 15 82 0.72 0.82 0 0.68 247.16 0.69 0.19
Hex 17 F 52 48 52 0 44 F7 45 13
Octal 27 17 122 110 122 0 104 367 105 23
Binary 10111 1111 1010010 1001000 1010010 0 1000100 11110111 1000101 10011

Color Harmonies of #170F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170F52

Black with #170F52

Text Example


Text Example

White with #170F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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