Html Css Color HEX #19134B Paua

📋 copy color: '#19134B'

red 25 ◦ green 19 ◦ blue 75

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

Shades of Paua #19134B

Tints of Paua #19134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.97%

 BLUE value IS 75 (29.69% from 255) = 63.03%

R = 21.01%
G = 15.97%
B = 63.03%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#19134B (or 0x19134B) is known color: Paua. HEX triplet: 19, 13 and 4B. RGB value is (25,19,75). Sum of RGB (Red+Green+Blue) = 25+19+75=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #19134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19134B is #E6ECB4. Grayscale: #1A1A1A. Windows color (decimal): -15133877 or 4920089. OLE color: 4920089.

HSL color Cylindrical-coordinate representation of color #19134B: hue angle of 246.43º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19134B is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 25 19 75 -
CMYK 0.67 0.75 0 0.71
HSL 246.43º 0.6% 0.18% -
HSV(B) 246.43º 0.75% 0.29% -
XYZ 1.9 1.18 6.78 -
YUV 27.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 25 19 75 0.67 0.75 0 0.71 246.43 0.6 0.18
Hex 19 13 4B 43 4B 0 47 F6 3C 12
Octal 31 23 113 103 113 0 107 366 74 22
Binary 11001 10011 1001011 1000011 1001011 0 1000111 11110110 111100 10010

Color Harmonies of #19134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19134B

Black with #19134B

Text Example


Text Example

White with #19134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19134B; }

 p { color: rgb(25,19,75); }

 H1.HeaderClassName
 {
   color: #19134B;
 }
 .AnyTagClassName
 {
   color: #19134B;
 }
</style>

background-color css

<style>
 a { background-color: #19134B; }

 a { background-color: rgb(25,19,75); }

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

border-color css

<style>
 span { border-color: #19134B; }

 span { border-color: rgb(25,19,75); }

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