Html Css Color HEX #170655 Paua

📋 copy color: '#170655'

red 23 ◦ green 6 ◦ blue 85

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

Shades of Paua #170655

Tints of Paua #170655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.26%

 BLUE value IS 85 (33.59% from 255) = 74.56%

R = 20.18%
G = 5.26%
B = 74.56%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#170655 (or 0x170655) is known color: Paua. HEX triplet: 17, 06 and 55. RGB value is (23,6,85). Sum of RGB (Red+Green+Blue) = 23+6+85=114 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20.18% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 85 (33.59% from 255 or 74.56% from 114); Max value from RGB is 85 - color contains mainly: blue. Hex color #170655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170655 is #E8F9AA. Grayscale: #131313. Windows color (decimal): -15268267 or 5572119. OLE color: 5572119.

HSL color Cylindrical-coordinate representation of color #170655: hue angle of 252.91º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #170655 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 6 85 -
CMYK 0.73 0.93 0 0.67
HSL 252.91º 0.87% 0.18% -
HSV(B) 252.91º 0.93% 0.33% -
XYZ 2.06 0.97 8.67 -
YUV 20.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 23 6 85 0.73 0.93 0 0.67 252.91 0.87 0.18
Hex 17 6 55 49 5D 0 43 FD 57 12
Octal 27 6 125 111 135 0 103 375 127 22
Binary 10111 110 1010101 1001001 1011101 0 1000011 11111101 1010111 10010

Color Harmonies of #170655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170655

Black with #170655

Text Example


Text Example

White with #170655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170655; }

 p { color: rgb(23,6,85); }

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

background-color css

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

 a { background-color: rgb(23,6,85); }

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

border-color css

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

 span { border-color: rgb(23,6,85); }

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