#190C51

Color #190C51 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #190C51

Tints of Paua #190C51

Color information

#190C51 (or 0x190C51) is unknown color: approx Paua. HEX triplet: 19, 0C and 51. RGB value is (25,12,81). Sum of RGB (Red+Green+Blue) = 25+12+81=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 81 (32.03% from 255 or 68.64% from 118); Max value from RGB is 81 - color contains mainly: blue. Hex color #190C51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190C51 is #E6F3AE. Grayscale: #171717. Windows color (decimal): -15135663 or 5311513. OLE color: 5311513.

HSL color Cylindrical-coordinate representation of color #190C51: hue angle of 251.3º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #190C51 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB251281-
CMYK0.690.8500.68
HSL251.3º74.19%18.24%-
HSV(B)251.3º85.19%31.76%-
XYZ2.021.067.88-
YUV23.75160.31128.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.19%
GREEN value IS 12 (5.08% from 255) = 10.17%
BLUE value IS 81 (32.03% from 255) = 68.64%
R=21.19%
G=10.17%
B=68.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2512810.690.8500.68251.374.1918.24
Hex19C514555044fb4a12
Octal3114121105125010437311222
Binary1100111001010001100010110101010100010011111011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #190C51;
 }
 .AnyTagClassName
 {
   color: #190C51;
 }
</style>
background-color css

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

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

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

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

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

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