Html Css Color HEX #17154A Paua

📋 copy color: '#17154A'

red 23 ◦ green 21 ◦ blue 74

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

Shades of Paua #17154A

Tints of Paua #17154A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 62.71%

R = 19.49%
G = 17.8%
B = 62.71%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#17154A (or 0x17154A) is known color: Paua. HEX triplet: 17, 15 and 4A. RGB value is (23,21,74). Sum of RGB (Red+Green+Blue) = 23+21+74=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 74 (29.30% from 255 or 62.71% from 118); Max value from RGB is 74 - color contains mainly: blue. Hex color #17154A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17154A is #E8EAB5. Grayscale: #1B1B1B. Windows color (decimal): -15264438 or 4855063. OLE color: 4855063.

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

Color convert

RGB 23 21 74 -
CMYK 0.69 0.72 0 0.71
HSL 242.26º 0.56% 0.19% -
HSV(B) 242.26º 0.72% 0.29% -
XYZ 1.86 1.21 6.61 -
YUV 27.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 23 21 74 0.69 0.72 0 0.71 242.26 0.56 0.19
Hex 17 15 4A 45 48 0 47 F2 38 13
Octal 27 25 112 105 110 0 107 362 70 23
Binary 10111 10101 1001010 1000101 1001000 0 1000111 11110010 111000 10011

Color Harmonies of #17154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17154A

Black with #17154A

Text Example


Text Example

White with #17154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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