Html Css Color HEX #190E52 Paua

📋 copy color: '#190E52'

red 25 ◦ green 14 ◦ blue 82

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

Shades of Paua #190E52

Tints of Paua #190E52

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.57%

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

R = 20.66%
G = 11.57%
B = 67.77%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#190E52 (or 0x190E52) is known color: Paua. HEX triplet: 19, 0E and 52. RGB value is (25,14,82). Sum of RGB (Red+Green+Blue) = 25+14+82=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 82 (32.42% from 255 or 67.77% from 121); Max value from RGB is 82 - color contains mainly: blue. Hex color #190E52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190E52 is #E6F1AD. Grayscale: #181818. Windows color (decimal): -15135150 or 5377561. OLE color: 5377561.

HSL color Cylindrical-coordinate representation of color #190E52: hue angle of 249.71º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #190E52 is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 25 14 82 -
CMYK 0.70 0.83 0 0.68
HSL 249.71º 0.71% 0.19% -
HSV(B) 249.71º 0.83% 0.32% -
XYZ 2.08 1.13 8.09 -
YUV 25.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 25 14 82 0.70 0.83 0 0.68 249.71 0.71 0.19
Hex 19 E 52 46 53 0 44 FA 47 13
Octal 31 16 122 106 123 0 104 372 107 23
Binary 11001 1110 1010010 1000110 1010011 0 1000100 11111010 1000111 10011

Color Harmonies of #190E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190E52

Black with #190E52

Text Example


Text Example

White with #190E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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