Html Css Color HEX #190E51 Paua

📋 copy color: '#190E51'

red 25 ◦ green 14 ◦ blue 81

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

Shades of Paua #190E51

Tints of Paua #190E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 67.5%

R = 20.83%
G = 11.67%
B = 67.5%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#190E51 (or 0x190E51) is known color: Paua. HEX triplet: 19, 0E and 51. RGB value is (25,14,81). Sum of RGB (Red+Green+Blue) = 25+14+81=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #190E51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190E51 is #E6F1AE. Grayscale: #181818. Windows color (decimal): -15135151 or 5312025. OLE color: 5312025.

HSL color Cylindrical-coordinate representation of color #190E51: hue angle of 249.85º 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 #190E51 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 25 14 81 -
CMYK 0.69 0.83 0 0.68
HSL 249.85º 0.71% 0.19% -
HSV(B) 249.85º 0.83% 0.32% -
XYZ 2.04 1.11 7.89 -
YUV 24.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 25 14 81 0.69 0.83 0 0.68 249.85 0.71 0.19
Hex 19 E 51 45 53 0 44 FA 47 13
Octal 31 16 121 105 123 0 104 372 107 23
Binary 11001 1110 1010001 1000101 1010011 0 1000100 11111010 1000111 10011

Color Harmonies of #190E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190E51

Black with #190E51

Text Example


Text Example

White with #190E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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