Html Css Color HEX #171454 Paua

📋 copy color: '#171454'

red 23 ◦ green 20 ◦ blue 84

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

Shades of Paua #171454

Tints of Paua #171454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 66.14%

R = 18.11%
G = 15.75%
B = 66.14%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#171454 (or 0x171454) is known color: Paua. HEX triplet: 17, 14 and 54. RGB value is (23,20,84). Sum of RGB (Red+Green+Blue) = 23+20+84=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #171454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171454 is #E8EBAB. Grayscale: #1B1B1B. Windows color (decimal): -15264684 or 5510167. OLE color: 5510167.

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

Color convert

RGB 23 20 84 -
CMYK 0.73 0.76 0 0.67
HSL 242.81º 0.62% 0.2% -
HSV(B) 242.81º 0.76% 0.33% -
XYZ 2.2 1.32 8.53 -
YUV 28.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 23 20 84 0.73 0.76 0 0.67 242.81 0.62 0.2
Hex 17 14 54 49 4C 0 43 F3 3E 14
Octal 27 24 124 111 114 0 103 363 76 24
Binary 10111 10100 1010100 1001001 1001100 0 1000011 11110011 111110 10100

Color Harmonies of #171454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171454

Black with #171454

Text Example


Text Example

White with #171454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171454; }

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

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

background-color css

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

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

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

border-color css

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

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

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