Html Css Color HEX #171155 Paua

📋 copy color: '#171155'

red 23 ◦ green 17 ◦ blue 85

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

Shades of Paua #171155

Tints of Paua #171155

RGB

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

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

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

R = 18.4%
G = 13.6%
B = 68%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#171155 (or 0x171155) is known color: Paua. HEX triplet: 17, 11 and 55. RGB value is (23,17,85). Sum of RGB (Red+Green+Blue) = 23+17+85=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #171155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171155 is #E8EEAA. Grayscale: #1A1A1A. Windows color (decimal): -15265451 or 5574935. OLE color: 5574935.

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

Color convert

RGB 23 17 85 -
CMYK 0.73 0.80 0 0.67
HSL 245.29º 0.67% 0.2% -
HSV(B) 245.29º 0.8% 0.33% -
XYZ 2.19 1.24 8.72 -
YUV 26.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 23 17 85 0.73 0.80 0 0.67 245.29 0.67 0.2
Hex 17 11 55 49 50 0 43 F5 43 14
Octal 27 21 125 111 120 0 103 365 103 24
Binary 10111 10001 1010101 1001001 1010000 0 1000011 11110101 1000011 10100

Color Harmonies of #171155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171155

Black with #171155

Text Example


Text Example

White with #171155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171155; }

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

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

background-color css

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

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

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

border-color css

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

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

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