Html Css Color HEX #170B50 Paua

📋 copy color: '#170B50'

red 23 ◦ green 11 ◦ blue 80

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

Shades of Paua #170B50

Tints of Paua #170B50

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.65%

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

R = 20.18%
G = 9.65%
B = 70.18%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#170B50 (or 0x170B50) is known color: Paua. HEX triplet: 17, 0B and 50. RGB value is (23,11,80). Sum of RGB (Red+Green+Blue) = 23+11+80=114 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20.18% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 80 (31.64% from 255 or 70.18% from 114); Max value from RGB is 80 - color contains mainly: blue. Hex color #170B50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170B50 is #E8F4AF. Grayscale: #161616. Windows color (decimal): -15266992 or 5245719. OLE color: 5245719.

HSL color Cylindrical-coordinate representation of color #170B50: hue angle of 250.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #170B50 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 11 80 -
CMYK 0.71 0.86 0 0.69
HSL 250.43º 0.76% 0.18% -
HSV(B) 250.43º 0.86% 0.31% -
XYZ 1.92 1 7.68 -
YUV 22.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 23 11 80 0.71 0.86 0 0.69 250.43 0.76 0.18
Hex 17 B 50 47 56 0 45 FA 4C 12
Octal 27 13 120 107 126 0 105 372 114 22
Binary 10111 1011 1010000 1000111 1010110 0 1000101 11111010 1001100 10010

Color Harmonies of #170B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170B50

Black with #170B50

Text Example


Text Example

White with #170B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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