Html Css Color HEX #17114D Paua

📋 copy color: '#17114D'

red 23 ◦ green 17 ◦ blue 77

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

Shades of Paua #17114D

Tints of Paua #17114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.53%

 BLUE value IS 77 (30.47% from 255) = 65.81%

R = 19.66%
G = 14.53%
B = 65.81%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#17114D (or 0x17114D) is known color: Paua. HEX triplet: 17, 11 and 4D. RGB value is (23,17,77). Sum of RGB (Red+Green+Blue) = 23+17+77=117 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.66% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #17114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17114D is #E8EEB2. Grayscale: #191919. Windows color (decimal): -15265459 or 5050647. OLE color: 5050647.

HSL color Cylindrical-coordinate representation of color #17114D: hue angle of 246º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17114D is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 23 17 77 -
CMYK 0.70 0.78 0 0.70
HSL 246º 0.64% 0.18% -
HSV(B) 246º 0.78% 0.3% -
XYZ 1.89 1.12 7.14 -
YUV 25.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 23 17 77 0.70 0.78 0 0.70 246 0.64 0.18
Hex 17 11 4D 46 4E 0 46 F6 40 12
Octal 27 21 115 106 116 0 106 366 100 22
Binary 10111 10001 1001101 1000110 1001110 0 1000110 11110110 1000000 10010

Color Harmonies of #17114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17114D

Black with #17114D

Text Example


Text Example

White with #17114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17114D; }

 p { color: rgb(23,17,77); }

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

background-color css

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

 a { background-color: rgb(23,17,77); }

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

border-color css

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

 span { border-color: rgb(23,17,77); }

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