Html Css Color HEX #190754 Paua

📋 copy color: '#190754'

red 25 ◦ green 7 ◦ blue 84

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

Shades of Paua #190754

Tints of Paua #190754

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.03%

 BLUE value IS 84 (33.2% from 255) = 72.41%

R = 21.55%
G = 6.03%
B = 72.41%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#190754 (or 0x190754) is known color: Paua. HEX triplet: 19, 07 and 54. RGB value is (25,7,84). Sum of RGB (Red+Green+Blue) = 25+7+84=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 84 (33.20% from 255 or 72.41% from 116); Max value from RGB is 84 - color contains mainly: blue. Hex color #190754 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190754 is #E6F8AB. Grayscale: #141414. Windows color (decimal): -15136940 or 5506841. OLE color: 5506841.

HSL color Cylindrical-coordinate representation of color #190754: hue angle of 254.03º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190754 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 7 84 -
CMYK 0.70 0.92 0 0.67
HSL 254.03º 0.85% 0.18% -
HSV(B) 254.03º 0.92% 0.33% -
XYZ 2.08 1 8.47 -
YUV 21.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 25 7 84 0.70 0.92 0 0.67 254.03 0.85 0.18
Hex 19 7 54 46 5C 0 43 FE 55 12
Octal 31 7 124 106 134 0 103 376 125 22
Binary 11001 111 1010100 1000110 1011100 0 1000011 11111110 1010101 10010

Color Harmonies of #190754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190754

Black with #190754

Text Example


Text Example

White with #190754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190754; }

 p { color: rgb(25,7,84); }

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

background-color css

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

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

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

border-color css

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

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

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