Html Css Color HEX #191948 Paua

📋 copy color: '#191948'

red 25 ◦ green 25 ◦ blue 72

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

Shades of Paua #191948

Tints of Paua #191948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.49%

 BLUE value IS 72 (28.52% from 255) = 59.02%

R = 20.49%
G = 20.49%
B = 59.02%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#191948 (or 0x191948) is known color: Paua. HEX triplet: 19, 19 and 48. RGB value is (25,25,72). Sum of RGB (Red+Green+Blue) = 25+25+72=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #191948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191948 is #E6E6B7. Grayscale: #1E1E1E. Windows color (decimal): -15132344 or 4725017. OLE color: 4725017.

HSL color Cylindrical-coordinate representation of color #191948: hue angle of 240º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #191948 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 25 72 -
CMYK 0.65 0.65 0 0.72
HSL 240º 0.48% 0.19% -
HSV(B) 240º 0.65% 0.28% -
XYZ 1.92 1.37 6.29 -
YUV 30.36 151.5 124.18 -
System Red Green Blue C M Y K H S L
Decimal 25 25 72 0.65 0.65 0 0.72 240 0.48 0.19
Hex 19 19 48 41 41 0 48 F0 30 13
Octal 31 31 110 101 101 0 110 360 60 23
Binary 11001 11001 1001000 1000001 1000001 0 1001000 11110000 110000 10011

Color Harmonies of #191948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191948

Black with #191948

Text Example


Text Example

White with #191948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191948; }

 p { color: rgb(25,25,72); }

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

background-color css

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

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

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

border-color css

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

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

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