#190D56

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

Shades of Paua #190D56

Tints of Paua #190D56

Color information

#190D56 (or 0x190D56) is unknown color: approx Paua. HEX triplet: 19, 0D and 56. RGB value is (25,13,86). Sum of RGB (Red+Green+Blue) = 25+13+86=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 86 (33.98% from 255 or 69.35% from 124); Max value from RGB is 86 - color contains mainly: blue. Hex color #190D56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190D56 is #E6F2A9. Grayscale: #181818. Windows color (decimal): -15135402 or 5639449. OLE color: 5639449.

HSL color Cylindrical-coordinate representation of color #190D56: hue angle of 249.86º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #190D56 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB251386-
CMYK0.710.8500.66
HSL249.86º73.74%19.41%-
HSV(B)249.86º84.88%33.73%-
XYZ2.221.178.91-
YUV24.91162.48128.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 13 (5.47% from 255) = 10.48%
BLUE value IS 86 (33.98% from 255) = 69.35%
R=20.16%
G=10.48%
B=69.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2513860.710.8500.66249.8673.7419.41
Hex19D564755042fa4a13
Octal3115126107125010237211223
Binary1100111011010110100011110101010100001011111010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,13,86); }

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

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

 a { background-color: rgb(25,13,86); }

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

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

 span { border-color: rgb(25,13,86); }

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