Html Css Color HEX #171245 Paua

📋 copy color: '#171245'

red 23 ◦ green 18 ◦ blue 69

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

Shades of Paua #171245

Tints of Paua #171245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.36%

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

R = 20.91%
G = 16.36%
B = 62.73%

CMYK

 C value IS 0.67

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#171245 (or 0x171245) is known color: Paua. HEX triplet: 17, 12 and 45. RGB value is (23,18,69). Sum of RGB (Red+Green+Blue) = 23+18+69=110 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.91% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 69 (27.34% from 255 or 62.73% from 110); Max value from RGB is 69 - color contains mainly: blue. Hex color #171245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171245 is #E8EDBA. Grayscale: #191919. Windows color (decimal): -15265211 or 4526615. OLE color: 4526615.

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

Color convert

RGB 23 18 69 -
CMYK 0.67 0.74 0 0.73
HSL 245.88º 0.59% 0.17% -
HSV(B) 245.88º 0.74% 0.27% -
XYZ 1.64 1.04 5.75 -
YUV 25.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 23 18 69 0.67 0.74 0 0.73 245.88 0.59 0.17
Hex 17 12 45 43 4A 0 49 F6 3B 11
Octal 27 22 105 103 112 0 111 366 73 21
Binary 10111 10010 1000101 1000011 1001010 0 1001001 11110110 111011 10001

Color Harmonies of #171245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171245

Black with #171245

Text Example


Text Example

White with #171245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171245; }

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

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

background-color css

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

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

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

border-color css

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

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

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