Html Css Color HEX #190952 Paua

📋 copy color: '#190952'

red 25 ◦ green 9 ◦ blue 82

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

Shades of Paua #190952

Tints of Paua #190952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 70.69%

R = 21.55%
G = 7.76%
B = 70.69%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#190952 (or 0x190952) is known color: Paua. HEX triplet: 19, 09 and 52. RGB value is (25,9,82). Sum of RGB (Red+Green+Blue) = 25+9+82=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 82 (32.42% from 255 or 70.69% from 116); Max value from RGB is 82 - color contains mainly: blue. Hex color #190952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190952 is #E6F6AD. Grayscale: #151515. Windows color (decimal): -15136430 or 5376281. OLE color: 5376281.

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

Color convert

RGB 25 9 82 -
CMYK 0.70 0.89 0 0.68
HSL 253.15º 0.8% 0.18% -
HSV(B) 253.15º 0.89% 0.32% -
XYZ 2.02 1.01 8.07 -
YUV 22.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 25 9 82 0.70 0.89 0 0.68 253.15 0.8 0.18
Hex 19 9 52 46 59 0 44 FD 50 12
Octal 31 11 122 106 131 0 104 375 120 22
Binary 11001 1001 1010010 1000110 1011001 0 1000100 11111101 1010000 10010

Color Harmonies of #190952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190952

Black with #190952

Text Example


Text Example

White with #190952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190952; }

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

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

background-color css

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

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

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

border-color css

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

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

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