Html Css Color HEX #171953 Paua

📋 copy color: '#171953'

red 23 ◦ green 25 ◦ blue 83

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

Shades of Paua #171953

Tints of Paua #171953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.08%

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

R = 17.56%
G = 19.08%
B = 63.36%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#171953 (or 0x171953) is known color: Paua. HEX triplet: 17, 19 and 53. RGB value is (23,25,83). Sum of RGB (Red+Green+Blue) = 23+25+83=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #171953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171953 is #E8E6AC. Grayscale: #1E1E1E. Windows color (decimal): -15263405 or 5445911. OLE color: 5445911.

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

Color convert

RGB 23 25 83 -
CMYK 0.72 0.70 0 0.67
HSL 238º 0.57% 0.21% -
HSV(B) 238º 0.72% 0.33% -
XYZ 2.26 1.5 8.35 -
YUV 31.01 157.34 122.28 -
System Red Green Blue C M Y K H S L
Decimal 23 25 83 0.72 0.70 0 0.67 238 0.57 0.21
Hex 17 19 53 48 46 0 43 EE 39 15
Octal 27 31 123 110 106 0 103 356 71 25
Binary 10111 11001 1010011 1001000 1000110 0 1000011 11101110 111001 10101

Color Harmonies of #171953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171953

Black with #171953

Text Example


Text Example

White with #171953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171953; }

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

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

background-color css

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

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

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

border-color css

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

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

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