Html Css Color HEX #171545 Paua

📋 copy color: '#171545'

red 23 ◦ green 21 ◦ blue 69

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

Shades of Paua #171545

Tints of Paua #171545

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.58%

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

R = 20.35%
G = 18.58%
B = 61.06%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#171545 (or 0x171545) is known color: Paua. HEX triplet: 17, 15 and 45. RGB value is (23,21,69). Sum of RGB (Red+Green+Blue) = 23+21+69=113 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.35% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 69 (27.34% from 255 or 61.06% from 113); Max value from RGB is 69 - color contains mainly: blue. Hex color #171545 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171545 is #E8EABA. Grayscale: #1A1A1A. Windows color (decimal): -15264443 or 4527383. OLE color: 4527383.

HSL color Cylindrical-coordinate representation of color #171545: hue angle of 242.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #171545 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 23 21 69 -
CMYK 0.67 0.70 0 0.73
HSL 242.5º 0.53% 0.18% -
HSV(B) 242.5º 0.7% 0.27% -
XYZ 1.7 1.15 5.76 -
YUV 27.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 23 21 69 0.67 0.70 0 0.73 242.5 0.53 0.18
Hex 17 15 45 43 46 0 49 F2 35 12
Octal 27 25 105 103 106 0 111 362 65 22
Binary 10111 10101 1000101 1000011 1000110 0 1001001 11110010 110101 10010

Color Harmonies of #171545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171545

Black with #171545

Text Example


Text Example

White with #171545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171545; }

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

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

background-color css

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

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

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

border-color css

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

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

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