#190C4E

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

Shades of Paua #190C4E

Tints of Paua #190C4E

Color information

#190C4E (or 0x190C4E) is unknown color: approx Paua. HEX triplet: 19, 0C and 4E. RGB value is (25,12,78). Sum of RGB (Red+Green+Blue) = 25+12+78=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 78 (30.86% from 255 or 67.83% from 115); Max value from RGB is 78 - color contains mainly: blue. Hex color #190C4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190C4E is #E6F3B1. Grayscale: #171717. Windows color (decimal): -15135666 or 5114905. OLE color: 5114905.

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

Color convert

RGB251278-
CMYK0.680.8500.69
HSL251.82º73.33%17.65%-
HSV(B)251.82º84.62%30.59%-
XYZ1.911.027.3-
YUV23.41158.81129.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 12 (5.08% from 255) = 10.43%
BLUE value IS 78 (30.86% from 255) = 67.83%
R=21.74%
G=10.43%
B=67.83%

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
Decimal2512780.680.8500.69251.8273.3317.65
Hex19C4E4455045fc4912
Octal3114116104125010537411122
Binary1100111001001110100010010101010100010111111100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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