Html Css Color HEX #19153E Paua

📋 copy color: '#19153E'

red 25 ◦ green 21 ◦ blue 62

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

Shades of Paua #19153E

Tints of Paua #19153E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 57.41%

R = 23.15%
G = 19.44%
B = 57.41%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19153E (or 0x19153E) is known color: Paua. HEX triplet: 19, 15 and 3E. RGB value is (25,21,62). Sum of RGB (Red+Green+Blue) = 25+21+62=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 62 (24.61% from 255 or 57.41% from 108); Max value from RGB is 62 - color contains mainly: blue. Hex color #19153E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19153E is #E6EAC1. Grayscale: #1A1A1A. Windows color (decimal): -15133378 or 4068633. OLE color: 4068633.

HSL color Cylindrical-coordinate representation of color #19153E: hue angle of 245.85º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #19153E is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 25 21 62 -
CMYK 0.60 0.66 0 0.76
HSL 245.85º 0.49% 0.16% -
HSV(B) 245.85º 0.66% 0.24% -
XYZ 1.54 1.09 4.69 -
YUV 26.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 25 21 62 0.60 0.66 0 0.76 245.85 0.49 0.16
Hex 19 15 3E 3C 42 0 4C F6 31 10
Octal 31 25 76 74 102 0 114 366 61 20
Binary 11001 10101 111110 111100 1000010 0 1001100 11110110 110001 10000

Color Harmonies of #19153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19153E

Black with #19153E

Text Example


Text Example

White with #19153E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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