Html Css Color HEX #170F53 Paua

📋 copy color: '#170F53'

red 23 ◦ green 15 ◦ blue 83

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

Shades of Paua #170F53

Tints of Paua #170F53

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.4%

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

R = 19.01%
G = 12.4%
B = 68.6%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#170F53 (or 0x170F53) is known color: Paua. HEX triplet: 17, 0F and 53. RGB value is (23,15,83). Sum of RGB (Red+Green+Blue) = 23+15+83=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #170F53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170F53 is #E8F0AC. Grayscale: #181818. Windows color (decimal): -15265965 or 5443351. OLE color: 5443351.

HSL color Cylindrical-coordinate representation of color #170F53: hue angle of 247.06º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #170F53 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 15 83 -
CMYK 0.72 0.82 0 0.67
HSL 247.06º 0.69% 0.19% -
HSV(B) 247.06º 0.82% 0.33% -
XYZ 2.09 1.15 8.3 -
YUV 25.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 23 15 83 0.72 0.82 0 0.67 247.06 0.69 0.19
Hex 17 F 53 48 52 0 43 F7 45 13
Octal 27 17 123 110 122 0 103 367 105 23
Binary 10111 1111 1010011 1001000 1010010 0 1000011 11110111 1000101 10011

Color Harmonies of #170F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170F53

Black with #170F53

Text Example


Text Example

White with #170F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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