Html Css Color HEX #19104F Paua

📋 copy color: '#19104F'

red 25 ◦ green 16 ◦ blue 79

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

Shades of Paua #19104F

Tints of Paua #19104F

RGB

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

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

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

R = 20.83%
G = 13.33%
B = 65.83%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#19104F (or 0x19104F) is known color: Paua. HEX triplet: 19, 10 and 4F. RGB value is (25,16,79). Sum of RGB (Red+Green+Blue) = 25+16+79=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 79 (31.25% from 255 or 65.83% from 120); Max value from RGB is 79 - color contains mainly: blue. Hex color #19104F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19104F is #E6EFB0. Grayscale: #191919. Windows color (decimal): -15134641 or 5181465. OLE color: 5181465.

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

Color convert

RGB 25 16 79 -
CMYK 0.68 0.80 0 0.69
HSL 248.57º 0.66% 0.19% -
HSV(B) 248.57º 0.8% 0.31% -
XYZ 2 1.14 7.51 -
YUV 25.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 25 16 79 0.68 0.80 0 0.69 248.57 0.66 0.19
Hex 19 10 4F 44 50 0 45 F9 42 13
Octal 31 20 117 104 120 0 105 371 102 23
Binary 11001 10000 1001111 1000100 1010000 0 1000101 11111001 1000010 10011

Color Harmonies of #19104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19104F

Black with #19104F

Text Example


Text Example

White with #19104F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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