Html Css Color HEX #17104C Paua

📋 copy color: '#17104C'

red 23 ◦ green 16 ◦ blue 76

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

Shades of Paua #17104C

Tints of Paua #17104C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.91%

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

R = 20%
G = 13.91%
B = 66.09%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#17104C (or 0x17104C) is known color: Paua. HEX triplet: 17, 10 and 4C. RGB value is (23,16,76). Sum of RGB (Red+Green+Blue) = 23+16+76=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 76 (30.08% from 255 or 66.09% from 115); Max value from RGB is 76 - color contains mainly: blue. Hex color #17104C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17104C is #E8EFB3. Grayscale: #181818. Windows color (decimal): -15265716 or 4984855. OLE color: 4984855.

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

Color convert

RGB 23 16 76 -
CMYK 0.70 0.79 0 0.70
HSL 247º 0.65% 0.18% -
HSV(B) 247º 0.79% 0.3% -
XYZ 1.84 1.07 6.95 -
YUV 24.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 23 16 76 0.70 0.79 0 0.70 247 0.65 0.18
Hex 17 10 4C 46 4F 0 46 F7 41 12
Octal 27 20 114 106 117 0 106 367 101 22
Binary 10111 10000 1001100 1000110 1001111 0 1000110 11110111 1000001 10010

Color Harmonies of #17104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17104C

Black with #17104C

Text Example


Text Example

White with #17104C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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