Html Css Color HEX #17134F Paua

📋 copy color: '#17134F'

red 23 ◦ green 19 ◦ blue 79

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

Shades of Paua #17134F

Tints of Paua #17134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

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

R = 19.01%
G = 15.7%
B = 65.29%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#17134F (or 0x17134F) is known color: Paua. HEX triplet: 17, 13 and 4F. RGB value is (23,19,79). Sum of RGB (Red+Green+Blue) = 23+19+79=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 79 (31.25% from 255 or 65.29% from 121); Max value from RGB is 79 - color contains mainly: blue. Hex color #17134F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17134F is #E8ECB0. Grayscale: #1A1A1A. Windows color (decimal): -15264945 or 5182231. OLE color: 5182231.

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

Color convert

RGB 23 19 79 -
CMYK 0.71 0.76 0 0.69
HSL 244º 0.61% 0.19% -
HSV(B) 244º 0.76% 0.31% -
XYZ 2 1.21 7.53 -
YUV 27.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 23 19 79 0.71 0.76 0 0.69 244 0.61 0.19
Hex 17 13 4F 47 4C 0 45 F4 3D 13
Octal 27 23 117 107 114 0 105 364 75 23
Binary 10111 10011 1001111 1000111 1001100 0 1000101 11110100 111101 10011

Color Harmonies of #17134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17134F

Black with #17134F

Text Example


Text Example

White with #17134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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