Html Css Color HEX #171253 Paua

📋 copy color: '#171253'

red 23 ◦ green 18 ◦ blue 83

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

Shades of Paua #171253

Tints of Paua #171253

RGB

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

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

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

R = 18.55%
G = 14.52%
B = 66.94%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#171253 (or 0x171253) is known color: Paua. HEX triplet: 17, 12 and 53. RGB value is (23,18,83). Sum of RGB (Red+Green+Blue) = 23+18+83=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #171253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171253 is #E8EDAC. Grayscale: #1A1A1A. Windows color (decimal): -15265197 or 5444119. OLE color: 5444119.

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

Color convert

RGB 23 18 83 -
CMYK 0.72 0.78 0 0.67
HSL 244.62º 0.64% 0.2% -
HSV(B) 244.62º 0.78% 0.33% -
XYZ 2.13 1.24 8.31 -
YUV 26.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 23 18 83 0.72 0.78 0 0.67 244.62 0.64 0.2
Hex 17 12 53 48 4E 0 43 F5 40 14
Octal 27 22 123 110 116 0 103 365 100 24
Binary 10111 10010 1010011 1001000 1001110 0 1000011 11110101 1000000 10100

Color Harmonies of #171253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171253

Black with #171253

Text Example


Text Example

White with #171253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171253; }

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

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

background-color css

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

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

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

border-color css

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

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

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