Html Css Color HEX #190954 Paua

📋 copy color: '#190954'

red 25 ◦ green 9 ◦ blue 84

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

Shades of Paua #190954

Tints of Paua #190954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.63%

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

R = 21.19%
G = 7.63%
B = 71.19%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#190954 (or 0x190954) is known color: Paua. HEX triplet: 19, 09 and 54. RGB value is (25,9,84). Sum of RGB (Red+Green+Blue) = 25+9+84=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 84 (33.20% from 255 or 71.19% from 118); Max value from RGB is 84 - color contains mainly: blue. Hex color #190954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190954 is #E6F6AB. Grayscale: #161616. Windows color (decimal): -15136428 or 5507353. OLE color: 5507353.

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

Color convert

RGB 25 9 84 -
CMYK 0.70 0.89 0 0.67
HSL 252.8º 0.81% 0.18% -
HSV(B) 252.8º 0.89% 0.33% -
XYZ 2.1 1.04 8.48 -
YUV 22.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 25 9 84 0.70 0.89 0 0.67 252.8 0.81 0.18
Hex 19 9 54 46 59 0 43 FD 51 12
Octal 31 11 124 106 131 0 103 375 121 22
Binary 11001 1001 1010100 1000110 1011001 0 1000011 11111101 1010001 10010

Color Harmonies of #190954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190954

Black with #190954

Text Example


Text Example

White with #190954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190954; }

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

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

background-color css

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

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

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

border-color css

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

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

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