Html Css Color HEX #13174F Paua

📋 copy color: '#13174F'

red 19 ◦ green 23 ◦ blue 79

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

Shades of Paua #13174F

Tints of Paua #13174F

RGB

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

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

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

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

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#13174F (or 0x13174F) is known color: Paua. HEX triplet: 13, 17 and 4F. RGB value is (19,23,79). Sum of RGB (Red+Green+Blue) = 19+23+79=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 23 (9.38% from 255 or 19.01% 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 #13174F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13174F is #ECE8B0. Grayscale: #1B1B1B. Windows color (decimal): -15526065 or 5183251. OLE color: 5183251.

HSL color Cylindrical-coordinate representation of color #13174F: hue angle of 236º 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 #13174F is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 23 79 -
CMYK 0.76 0.71 0 0.69
HSL 236º 0.61% 0.19% -
HSV(B) 236º 0.76% 0.31% -
XYZ 1.99 1.32 7.55 -
YUV 28.19 156.67 121.45 -
System Red Green Blue C M Y K H S L
Decimal 19 23 79 0.76 0.71 0 0.69 236 0.61 0.19
Hex 13 17 4F 4C 47 0 45 EC 3D 13
Octal 23 27 117 114 107 0 105 354 75 23
Binary 10011 10111 1001111 1001100 1000111 0 1000101 11101100 111101 10011

Color Harmonies of #13174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13174F

Black with #13174F

Text Example


Text Example

White with #13174F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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