Html Css Color HEX #191257 Paua

📋 copy color: '#191257'

red 25 ◦ green 18 ◦ blue 87

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

Shades of Paua #191257

Tints of Paua #191257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.85%

 BLUE value IS 87 (34.38% from 255) = 66.92%

R = 19.23%
G = 13.85%
B = 66.92%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#191257 (or 0x191257) is known color: Paua. HEX triplet: 19, 12 and 57. RGB value is (25,18,87). Sum of RGB (Red+Green+Blue) = 25+18+87=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 87 (34.38% from 255 or 66.92% from 130); Max value from RGB is 87 - color contains mainly: blue. Hex color #191257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191257 is #E6EDA8. Grayscale: #1B1B1B. Windows color (decimal): -15134121 or 5706265. OLE color: 5706265.

HSL color Cylindrical-coordinate representation of color #191257: hue angle of 246.09º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #191257 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 18 87 -
CMYK 0.71 0.79 0 0.66
HSL 246.09º 0.66% 0.21% -
HSV(B) 246.09º 0.79% 0.34% -
XYZ 2.34 1.33 9.15 -
YUV 27.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 25 18 87 0.71 0.79 0 0.66 246.09 0.66 0.21
Hex 19 12 57 47 4F 0 42 F6 42 15
Octal 31 22 127 107 117 0 102 366 102 25
Binary 11001 10010 1010111 1000111 1001111 0 1000010 11110110 1000010 10101

Color Harmonies of #191257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191257

Black with #191257

Text Example


Text Example

White with #191257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191257; }

 p { color: rgb(25,18,87); }

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

background-color css

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

 a { background-color: rgb(25,18,87); }

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

border-color css

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

 span { border-color: rgb(25,18,87); }

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