Html Css Color HEX #191848 Paua

📋 copy color: '#191848'

red 25 ◦ green 24 ◦ blue 72

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

Shades of Paua #191848

Tints of Paua #191848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.83%

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

R = 20.66%
G = 19.83%
B = 59.5%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#191848 (or 0x191848) is known color: Paua. HEX triplet: 19, 18 and 48. RGB value is (25,24,72). Sum of RGB (Red+Green+Blue) = 25+24+72=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #191848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191848 is #E6E7B7. Grayscale: #1D1D1D. Windows color (decimal): -15132600 or 4724761. OLE color: 4724761.

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

Color convert

RGB 25 24 72 -
CMYK 0.65 0.67 0 0.72
HSL 241.25º 0.5% 0.19% -
HSV(B) 241.25º 0.67% 0.28% -
XYZ 1.9 1.33 6.29 -
YUV 29.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 25 24 72 0.65 0.67 0 0.72 241.25 0.5 0.19
Hex 19 18 48 41 43 0 48 F1 32 13
Octal 31 30 110 101 103 0 110 361 62 23
Binary 11001 11000 1001000 1000001 1000011 0 1001000 11110001 110010 10011

Color Harmonies of #191848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191848

Black with #191848

Text Example


Text Example

White with #191848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191848; }

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

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

background-color css

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

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

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

border-color css

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

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

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