Html Css Color HEX #17114E Paua

📋 copy color: '#17114E'

red 23 ◦ green 17 ◦ blue 78

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

Shades of Paua #17114E

Tints of Paua #17114E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 66.1%

R = 19.49%
G = 14.41%
B = 66.1%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#17114E (or 0x17114E) is known color: Paua. HEX triplet: 17, 11 and 4E. RGB value is (23,17,78). Sum of RGB (Red+Green+Blue) = 23+17+78=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 78 (30.86% from 255 or 66.10% from 118); Max value from RGB is 78 - color contains mainly: blue. Hex color #17114E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17114E is #E8EEB1. Grayscale: #191919. Windows color (decimal): -15265458 or 5116183. OLE color: 5116183.

HSL color Cylindrical-coordinate representation of color #17114E: hue angle of 245.9º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17114E is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 17 78 -
CMYK 0.71 0.78 0 0.69
HSL 245.9º 0.64% 0.19% -
HSV(B) 245.9º 0.78% 0.31% -
XYZ 1.93 1.13 7.32 -
YUV 25.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 23 17 78 0.71 0.78 0 0.69 245.9 0.64 0.19
Hex 17 11 4E 47 4E 0 45 F6 40 13
Octal 27 21 116 107 116 0 105 366 100 23
Binary 10111 10001 1001110 1000111 1001110 0 1000101 11110110 1000000 10011

Color Harmonies of #17114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17114E

Black with #17114E

Text Example


Text Example

White with #17114E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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