Html Css Color HEX #171353 Paua

📋 copy color: '#171353'

red 23 ◦ green 19 ◦ blue 83

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

Shades of Paua #171353

Tints of Paua #171353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.2%

 BLUE value IS 83 (32.81% from 255) = 66.4%

R = 18.4%
G = 15.2%
B = 66.4%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#171353 (or 0x171353) is known color: Paua. HEX triplet: 17, 13 and 53. RGB value is (23,19,83). Sum of RGB (Red+Green+Blue) = 23+19+83=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #171353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171353 is #E8ECAC. Grayscale: #1B1B1B. Windows color (decimal): -15264941 or 5444375. OLE color: 5444375.

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

Color convert

RGB 23 19 83 -
CMYK 0.72 0.77 0 0.67
HSL 243.75º 0.63% 0.2% -
HSV(B) 243.75º 0.77% 0.33% -
XYZ 2.15 1.27 8.32 -
YUV 27.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 23 19 83 0.72 0.77 0 0.67 243.75 0.63 0.2
Hex 17 13 53 48 4D 0 43 F4 3F 14
Octal 27 23 123 110 115 0 103 364 77 24
Binary 10111 10011 1010011 1001000 1001101 0 1000011 11110100 111111 10100

Color Harmonies of #171353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171353

Black with #171353

Text Example


Text Example

White with #171353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171353; }

 p { color: rgb(23,19,83); }

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

background-color css

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

 a { background-color: rgb(23,19,83); }

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

border-color css

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

 span { border-color: rgb(23,19,83); }

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