Html Css Color HEX #19154D Paua

📋 copy color: '#19154D'

red 25 ◦ green 21 ◦ blue 77

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

Shades of Paua #19154D

Tints of Paua #19154D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.07%

 BLUE value IS 77 (30.47% from 255) = 62.6%

R = 20.33%
G = 17.07%
B = 62.6%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#19154D (or 0x19154D) is known color: Paua. HEX triplet: 19, 15 and 4D. RGB value is (25,21,77). Sum of RGB (Red+Green+Blue) = 25+21+77=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #19154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19154D is #E6EAB2. Grayscale: #1C1C1C. Windows color (decimal): -15133363 or 5051673. OLE color: 5051673.

HSL color Cylindrical-coordinate representation of color #19154D: hue angle of 244.29º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19154D is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 25 21 77 -
CMYK 0.68 0.73 0 0.70
HSL 244.29º 0.57% 0.19% -
HSV(B) 244.29º 0.73% 0.3% -
XYZ 2.01 1.28 7.16 -
YUV 28.58 155.33 125.45 -
System Red Green Blue C M Y K H S L
Decimal 25 21 77 0.68 0.73 0 0.70 244.29 0.57 0.19
Hex 19 15 4D 44 49 0 46 F4 39 13
Octal 31 25 115 104 111 0 106 364 71 23
Binary 11001 10101 1001101 1000100 1001001 0 1000110 11110100 111001 10011

Color Harmonies of #19154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19154D

Black with #19154D

Text Example


Text Example

White with #19154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19154D; }

 p { color: rgb(25,21,77); }

 H1.HeaderClassName
 {
   color: #19154D;
 }
 .AnyTagClassName
 {
   color: #19154D;
 }
</style>

background-color css

<style>
 a { background-color: #19154D; }

 a { background-color: rgb(25,21,77); }

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

border-color css

<style>
 span { border-color: #19154D; }

 span { border-color: rgb(25,21,77); }

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