Html Css Color HEX #19114F Paua

📋 copy color: '#19114F'

red 25 ◦ green 17 ◦ blue 79

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

Shades of Paua #19114F

Tints of Paua #19114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.05%

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

R = 20.66%
G = 14.05%
B = 65.29%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#19114F (or 0x19114F) is known color: Paua. HEX triplet: 19, 11 and 4F. RGB value is (25,17,79). Sum of RGB (Red+Green+Blue) = 25+17+79=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 17 (7.03% from 255 or 14.05% 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 #19114F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19114F is #E6EEB0. Grayscale: #1A1A1A. Windows color (decimal): -15134385 or 5181721. OLE color: 5181721.

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

Color convert

RGB 25 17 79 -
CMYK 0.68 0.78 0 0.69
HSL 247.74º 0.65% 0.19% -
HSV(B) 247.74º 0.78% 0.31% -
XYZ 2.01 1.17 7.52 -
YUV 26.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 25 17 79 0.68 0.78 0 0.69 247.74 0.65 0.19
Hex 19 11 4F 44 4E 0 45 F8 41 13
Octal 31 21 117 104 116 0 105 370 101 23
Binary 11001 10001 1001111 1000100 1001110 0 1000101 11111000 1000001 10011

Color Harmonies of #19114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19114F

Black with #19114F

Text Example


Text Example

White with #19114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,17,79); }

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

background-color css

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

 a { background-color: rgb(25,17,79); }

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

border-color css

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

 span { border-color: rgb(25,17,79); }

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