#18134D

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

Shades of Paua #18134D

Tints of Paua #18134D

Color information

#18134D (or 0x18134D) is unknown color: approx Paua. HEX triplet: 18, 13 and 4D. RGB value is (24,19,77). Sum of RGB (Red+Green+Blue) = 24+19+77=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #18134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18134D is #E7ECB2. Grayscale: #1A1A1A. Windows color (decimal): -15199411 or 5051160. OLE color: 5051160.

HSL color Cylindrical-coordinate representation of color #18134D: hue angle of 245.17º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18134D is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB241977-
CMYK0.690.7500.70
HSL245.17º60.42%18.82%-
HSV(B)245.17º75.32%30.2%-
XYZ1.951.27.15-
YUV27.11156.16125.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 77 (30.47% from 255) = 64.17%
R=20%
G=15.83%
B=64.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2419770.690.7500.70245.1760.4218.82
Hex18134D454B046f53c13
Octal302311510511301063657423
Binary1100010011100110110001011001011010001101111010111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18134D; }

 p { color: rgb(24,19,77); }

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

<style>
 a { background-color: #18134D; }

 a { background-color: rgb(24,19,77); }

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

<style>
 span { border-color: #18134D; }

 span { border-color: rgb(24,19,77); }

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