Html Css Color HEX #170E51 Paua

📋 copy color: '#170E51'

red 23 ◦ green 14 ◦ blue 81

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

Shades of Paua #170E51

Tints of Paua #170E51

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.86%

 BLUE value IS 81 (32.03% from 255) = 68.64%

R = 19.49%
G = 11.86%
B = 68.64%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#170E51 (or 0x170E51) is known color: Paua. HEX triplet: 17, 0E and 51. RGB value is (23,14,81). Sum of RGB (Red+Green+Blue) = 23+14+81=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 81 (32.03% from 255 or 68.64% from 118); Max value from RGB is 81 - color contains mainly: blue. Hex color #170E51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170E51 is #E8F1AE. Grayscale: #181818. Windows color (decimal): -15266223 or 5312023. OLE color: 5312023.

HSL color Cylindrical-coordinate representation of color #170E51: hue angle of 248.06º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #170E51 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 14 81 -
CMYK 0.72 0.83 0 0.68
HSL 248.06º 0.71% 0.19% -
HSV(B) 248.06º 0.83% 0.32% -
XYZ 2 1.09 7.89 -
YUV 24.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 23 14 81 0.72 0.83 0 0.68 248.06 0.71 0.19
Hex 17 E 51 48 53 0 44 F8 47 13
Octal 27 16 121 110 123 0 104 370 107 23
Binary 10111 1110 1010001 1001000 1010011 0 1000100 11111000 1000111 10011

Color Harmonies of #170E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170E51

Black with #170E51

Text Example


Text Example

White with #170E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,14,81); }

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

background-color css

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

 a { background-color: rgb(23,14,81); }

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

border-color css

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

 span { border-color: rgb(23,14,81); }

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