Html Css Color HEX #171850 Paua

📋 copy color: '#171850'

red 23 ◦ green 24 ◦ blue 80

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

Shades of Paua #171850

Tints of Paua #171850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.9%

 BLUE value IS 80 (31.64% from 255) = 62.99%

R = 18.11%
G = 18.9%
B = 62.99%

CMYK

 C value IS 0.71

 M value IS 0.70

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#171850 (or 0x171850) is known color: Paua. HEX triplet: 17, 18 and 50. RGB value is (23,24,80). Sum of RGB (Red+Green+Blue) = 23+24+80=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #171850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171850 is #E8E7AF. Grayscale: #1D1D1D. Windows color (decimal): -15263664 or 5249047. OLE color: 5249047.

HSL color Cylindrical-coordinate representation of color #171850: hue angle of 238.95º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #171850 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 24 80 -
CMYK 0.71 0.70 0 0.69
HSL 238.95º 0.55% 0.2% -
HSV(B) 238.95º 0.71% 0.31% -
XYZ 2.13 1.41 7.75 -
YUV 30.09 156.17 122.95 -
System Red Green Blue C M Y K H S L
Decimal 23 24 80 0.71 0.70 0 0.69 238.95 0.55 0.2
Hex 17 18 50 47 46 0 45 EF 37 14
Octal 27 30 120 107 106 0 105 357 67 24
Binary 10111 11000 1010000 1000111 1000110 0 1000101 11101111 110111 10100

Color Harmonies of #171850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171850

Black with #171850

Text Example


Text Example

White with #171850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171850; }

 p { color: rgb(23,24,80); }

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

background-color css

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

 a { background-color: rgb(23,24,80); }

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

border-color css

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

 span { border-color: rgb(23,24,80); }

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