#190C4F

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

Shades of Paua #190C4F

Tints of Paua #190C4F

Color information

#190C4F (or 0x190C4F) is unknown color: approx Paua. HEX triplet: 19, 0C and 4F. RGB value is (25,12,79). Sum of RGB (Red+Green+Blue) = 25+12+79=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 79 (31.25% from 255 or 68.10% from 116); Max value from RGB is 79 - color contains mainly: blue. Hex color #190C4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190C4F is #E6F3B0. Grayscale: #171717. Windows color (decimal): -15135665 or 5180441. OLE color: 5180441.

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

Color convert

RGB251279-
CMYK0.680.8500.69
HSL251.64º73.63%17.84%-
HSV(B)251.64º84.81%30.98%-
XYZ1.941.037.49-
YUV23.52159.31129.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.55%
GREEN value IS 12 (5.08% from 255) = 10.34%
BLUE value IS 79 (31.25% from 255) = 68.10%
R=21.55%
G=10.34%
B=68.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2512790.680.8500.69251.6473.6317.84
Hex19C4F4455045fc4a12
Octal3114117104125010537411222
Binary1100111001001111100010010101010100010111111100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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