Html Css Color HEX #171145 Paua

📋 copy color: '#171145'

red 23 ◦ green 17 ◦ blue 69

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

Shades of Paua #171145

Tints of Paua #171145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 63.3%

R = 21.1%
G = 15.6%
B = 63.3%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#171145 (or 0x171145) is known color: Paua. HEX triplet: 17, 11 and 45. RGB value is (23,17,69). Sum of RGB (Red+Green+Blue) = 23+17+69=109 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.10% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 69 (27.34% from 255 or 63.30% from 109); Max value from RGB is 69 - color contains mainly: blue. Hex color #171145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171145 is #E8EEBA. Grayscale: #181818. Windows color (decimal): -15265467 or 4526359. OLE color: 4526359.

HSL color Cylindrical-coordinate representation of color #171145: hue angle of 246.92º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #171145 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 23 17 69 -
CMYK 0.67 0.75 0 0.73
HSL 246.92º 0.6% 0.17% -
HSV(B) 246.92º 0.75% 0.27% -
XYZ 1.63 1.01 5.74 -
YUV 24.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 23 17 69 0.67 0.75 0 0.73 246.92 0.6 0.17
Hex 17 11 45 43 4B 0 49 F7 3C 11
Octal 27 21 105 103 113 0 111 367 74 21
Binary 10111 10001 1000101 1000011 1001011 0 1001001 11110111 111100 10001

Color Harmonies of #171145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171145

Black with #171145

Text Example


Text Example

White with #171145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171145; }

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

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

background-color css

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

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

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

border-color css

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

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

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