Html Css Color HEX #17154F Paua

📋 copy color: '#17154F'

red 23 ◦ green 21 ◦ blue 79

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

Shades of Paua #17154F

Tints of Paua #17154F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 64.23%

R = 18.7%
G = 17.07%
B = 64.23%

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

#17154F (or 0x17154F) is known color: Paua. HEX triplet: 17, 15 and 4F. RGB value is (23,21,79). Sum of RGB (Red+Green+Blue) = 23+21+79=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 79 (31.25% from 255 or 64.23% from 123); Max value from RGB is 79 - color contains mainly: blue. Hex color #17154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17154F is #E8EAB0. Grayscale: #1B1B1B. Windows color (decimal): -15264433 or 5182743. OLE color: 5182743.

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

Color convert

RGB 23 21 79 -
CMYK 0.71 0.73 0 0.69
HSL 242.07º 0.58% 0.2% -
HSV(B) 242.07º 0.73% 0.31% -
XYZ 2.03 1.28 7.54 -
YUV 28.21 156.66 124.28 -
System Red Green Blue C M Y K H S L
Decimal 23 21 79 0.71 0.73 0 0.69 242.07 0.58 0.2
Hex 17 15 4F 47 49 0 45 F2 3A 14
Octal 27 25 117 107 111 0 105 362 72 24
Binary 10111 10101 1001111 1000111 1001001 0 1000101 11110010 111010 10100

Color Harmonies of #17154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17154F

Black with #17154F

Text Example


Text Example

White with #17154F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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