Html Css Color HEX #171442 Paua

📋 copy color: '#171442'

red 23 ◦ green 20 ◦ blue 66

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

Shades of Paua #171442

Tints of Paua #171442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.35%

 BLUE value IS 66 (26.17% from 255) = 60.55%

R = 21.1%
G = 18.35%
B = 60.55%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#171442 (or 0x171442) is known color: Paua. HEX triplet: 17, 14 and 42. RGB value is (23,20,66). Sum of RGB (Red+Green+Blue) = 23+20+66=109 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.10% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 66 (26.17% from 255 or 60.55% from 109); Max value from RGB is 66 - color contains mainly: blue. Hex color #171442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171442 is #E8EBBD. Grayscale: #191919. Windows color (decimal): -15264702 or 4330519. OLE color: 4330519.

HSL color Cylindrical-coordinate representation of color #171442: hue angle of 243.91º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #171442 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 23 20 66 -
CMYK 0.65 0.70 0 0.74
HSL 243.91º 0.53% 0.17% -
HSV(B) 243.91º 0.7% 0.26% -
XYZ 1.59 1.08 5.28 -
YUV 26.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 23 20 66 0.65 0.70 0 0.74 243.91 0.53 0.17
Hex 17 14 42 41 46 0 4A F4 35 11
Octal 27 24 102 101 106 0 112 364 65 21
Binary 10111 10100 1000010 1000001 1000110 0 1001010 11110100 110101 10001

Color Harmonies of #171442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171442

Black with #171442

Text Example


Text Example

White with #171442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171442; }

 p { color: rgb(23,20,66); }

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

background-color css

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

 a { background-color: rgb(23,20,66); }

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

border-color css

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

 span { border-color: rgb(23,20,66); }

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