Html Css Color HEX #19174E Paua

📋 copy color: '#19174E'

red 25 ◦ green 23 ◦ blue 78

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

Shades of Paua #19174E

Tints of Paua #19174E

RGB

 RED value IS 25 (10.16% from 255) = 19.84%

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

 BLUE value IS 78 (30.86% from 255) = 61.9%

R = 19.84%
G = 18.25%
B = 61.9%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#19174E (or 0x19174E) is known color: Paua. HEX triplet: 19, 17 and 4E. RGB value is (25,23,78). Sum of RGB (Red+Green+Blue) = 25+23+78=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #19174E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19174E is #E6E8B1. Grayscale: #1D1D1D. Windows color (decimal): -15132850 or 5117721. OLE color: 5117721.

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

Color convert

RGB 25 23 78 -
CMYK 0.68 0.71 0 0.69
HSL 242.18º 0.54% 0.2% -
HSV(B) 242.18º 0.71% 0.31% -
XYZ 2.08 1.37 7.36 -
YUV 29.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 25 23 78 0.68 0.71 0 0.69 242.18 0.54 0.2
Hex 19 17 4E 44 47 0 45 F2 36 14
Octal 31 27 116 104 107 0 105 362 66 24
Binary 11001 10111 1001110 1000100 1000111 0 1000101 11110010 110110 10100

Color Harmonies of #19174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19174E

Black with #19174E

Text Example


Text Example

White with #19174E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19174E; }

 p { color: rgb(25,23,78); }

 H1.HeaderClassName
 {
   color: #19174E;
 }
 .AnyTagClassName
 {
   color: #19174E;
 }
</style>

background-color css

<style>
 a { background-color: #19174E; }

 a { background-color: rgb(25,23,78); }

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

border-color css

<style>
 span { border-color: #19174E; }

 span { border-color: rgb(25,23,78); }

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