Html Css Color HEX #191850 Paua

📋 copy color: '#191850'

red 25 ◦ green 24 ◦ blue 80

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

Shades of Paua #191850

Tints of Paua #191850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 62.02%

R = 19.38%
G = 18.6%
B = 62.02%

CMYK

 C value IS 0.69

 M value IS 0.70

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#191850 (or 0x191850) is known color: Paua. HEX triplet: 19, 18 and 50. RGB value is (25,24,80). Sum of RGB (Red+Green+Blue) = 25+24+80=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #191850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191850 is #E6E7AF. Grayscale: #1E1E1E. Windows color (decimal): -15132592 or 5249049. OLE color: 5249049.

HSL color Cylindrical-coordinate representation of color #191850: hue angle of 241.07º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #191850 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 24 80 -
CMYK 0.69 0.70 0 0.69
HSL 241.07º 0.54% 0.2% -
HSV(B) 241.07º 0.7% 0.31% -
XYZ 2.18 1.44 7.75 -
YUV 30.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 25 24 80 0.69 0.70 0 0.69 241.07 0.54 0.2
Hex 19 18 50 45 46 0 45 F1 36 14
Octal 31 30 120 105 106 0 105 361 66 24
Binary 11001 11000 1010000 1000101 1000110 0 1000101 11110001 110110 10100

Color Harmonies of #191850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191850

Black with #191850

Text Example


Text Example

White with #191850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191850; }

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

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

background-color css

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

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

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

border-color css

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

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

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