Html Css Color HEX #190A53 Paua

📋 copy color: '#190A53'

red 25 ◦ green 10 ◦ blue 83

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

Shades of Paua #190A53

Tints of Paua #190A53

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.47%

 BLUE value IS 83 (32.81% from 255) = 70.34%

R = 21.19%
G = 8.47%
B = 70.34%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#190A53 (or 0x190A53) is known color: Paua. HEX triplet: 19, 0A and 53. RGB value is (25,10,83). Sum of RGB (Red+Green+Blue) = 25+10+83=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #190A53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190A53 is #E6F5AC. Grayscale: #161616. Windows color (decimal): -15136173 or 5442073. OLE color: 5442073.

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

Color convert

RGB 25 10 83 -
CMYK 0.70 0.88 0 0.67
HSL 252.33º 0.78% 0.18% -
HSV(B) 252.33º 0.88% 0.33% -
XYZ 2.07 1.05 8.28 -
YUV 22.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 25 10 83 0.70 0.88 0 0.67 252.33 0.78 0.18
Hex 19 A 53 46 58 0 43 FC 4E 12
Octal 31 12 123 106 130 0 103 374 116 22
Binary 11001 1010 1010011 1000110 1011000 0 1000011 11111100 1001110 10010

Color Harmonies of #190A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190A53

Black with #190A53

Text Example


Text Example

White with #190A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190A53; }

 p { color: rgb(25,10,83); }

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

background-color css

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

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

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

border-color css

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

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

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