Html Css Color HEX #17154E Paua

📋 copy color: '#17154E'

red 23 ◦ green 21 ◦ blue 78

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

Shades of Paua #17154E

Tints of Paua #17154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.21%

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

R = 18.85%
G = 17.21%
B = 63.93%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#17154E (or 0x17154E) is known color: Paua. HEX triplet: 17, 15 and 4E. RGB value is (23,21,78). Sum of RGB (Red+Green+Blue) = 23+21+78=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #17154E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17154E is #E8EAB1. Grayscale: #1B1B1B. Windows color (decimal): -15264434 or 5117207. OLE color: 5117207.

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

Color convert

RGB 23 21 78 -
CMYK 0.71 0.73 0 0.69
HSL 242.11º 0.58% 0.19% -
HSV(B) 242.11º 0.73% 0.31% -
XYZ 2 1.27 7.35 -
YUV 28.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 23 21 78 0.71 0.73 0 0.69 242.11 0.58 0.19
Hex 17 15 4E 47 49 0 45 F2 3A 13
Octal 27 25 116 107 111 0 105 362 72 23
Binary 10111 10101 1001110 1000111 1001001 0 1000101 11110010 111010 10011

Color Harmonies of #17154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17154E

Black with #17154E

Text Example


Text Example

White with #17154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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