Html Css Color HEX #191B51 Paua

📋 copy color: '#191B51'

red 25 ◦ green 27 ◦ blue 81

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

Shades of Paua #191B51

Tints of Paua #191B51

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.3%

 BLUE value IS 81 (32.03% from 255) = 60.9%

R = 18.8%
G = 20.3%
B = 60.9%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#191B51 (or 0x191B51) is known color: Paua. HEX triplet: 19, 1B and 51. RGB value is (25,27,81). Sum of RGB (Red+Green+Blue) = 25+27+81=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #191B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191B51 is #E6E4AE. Grayscale: #202020. Windows color (decimal): -15131823 or 5315353. OLE color: 5315353.

HSL color Cylindrical-coordinate representation of color #191B51: hue angle of 237.86º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #191B51 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 25 27 81 -
CMYK 0.69 0.67 0 0.68
HSL 237.86º 0.53% 0.21% -
HSV(B) 237.86º 0.69% 0.32% -
XYZ 2.28 1.58 7.97 -
YUV 32.56 155.34 122.61 -
System Red Green Blue C M Y K H S L
Decimal 25 27 81 0.69 0.67 0 0.68 237.86 0.53 0.21
Hex 19 1B 51 45 43 0 44 EE 35 15
Octal 31 33 121 105 103 0 104 356 65 25
Binary 11001 11011 1010001 1000101 1000011 0 1000100 11101110 110101 10101

Color Harmonies of #191B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191B51

Black with #191B51

Text Example


Text Example

White with #191B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191B51; }

 p { color: rgb(25,27,81); }

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

background-color css

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

 a { background-color: rgb(25,27,81); }

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

border-color css

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

 span { border-color: rgb(25,27,81); }

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