Html Css Color HEX #17154C Paua

📋 copy color: '#17154C'

red 23 ◦ green 21 ◦ blue 76

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

Shades of Paua #17154C

Tints of Paua #17154C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 63.33%

R = 19.17%
G = 17.5%
B = 63.33%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#17154C (or 0x17154C) is known color: Paua. HEX triplet: 17, 15 and 4C. RGB value is (23,21,76). Sum of RGB (Red+Green+Blue) = 23+21+76=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #17154C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17154C is #E8EAB3. Grayscale: #1B1B1B. Windows color (decimal): -15264436 or 4986135. OLE color: 4986135.

HSL color Cylindrical-coordinate representation of color #17154C: hue angle of 242.18º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #17154C is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 23 21 76 -
CMYK 0.70 0.72 0 0.70
HSL 242.18º 0.57% 0.19% -
HSV(B) 242.18º 0.72% 0.3% -
XYZ 1.93 1.24 6.98 -
YUV 27.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 23 21 76 0.70 0.72 0 0.70 242.18 0.57 0.19
Hex 17 15 4C 46 48 0 46 F2 39 13
Octal 27 25 114 106 110 0 106 362 71 23
Binary 10111 10101 1001100 1000110 1001000 0 1000110 11110010 111001 10011

Color Harmonies of #17154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17154C

Black with #17154C

Text Example


Text Example

White with #17154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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