Html Css Color HEX #171055 Paua

📋 copy color: '#171055'

red 23 ◦ green 16 ◦ blue 85

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

Shades of Paua #171055

Tints of Paua #171055

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.9%

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

R = 18.55%
G = 12.9%
B = 68.55%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#171055 (or 0x171055) is known color: Paua. HEX triplet: 17, 10 and 55. RGB value is (23,16,85). Sum of RGB (Red+Green+Blue) = 23+16+85=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 85 (33.59% from 255 or 68.55% from 124); Max value from RGB is 85 - color contains mainly: blue. Hex color #171055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171055 is #E8EFAA. Grayscale: #191919. Windows color (decimal): -15265707 or 5574679. OLE color: 5574679.

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

Color convert

RGB 23 16 85 -
CMYK 0.73 0.81 0 0.67
HSL 246.09º 0.68% 0.2% -
HSV(B) 246.09º 0.81% 0.33% -
XYZ 2.18 1.21 8.71 -
YUV 25.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 23 16 85 0.73 0.81 0 0.67 246.09 0.68 0.2
Hex 17 10 55 49 51 0 43 F6 44 14
Octal 27 20 125 111 121 0 103 366 104 24
Binary 10111 10000 1010101 1001001 1010001 0 1000011 11110110 1000100 10100

Color Harmonies of #171055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171055

Black with #171055

Text Example


Text Example

White with #171055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171055; }

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

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

background-color css

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

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

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

border-color css

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

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

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