#181A50

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

Shades of Paua #181A50

Tints of Paua #181A50

Color information

#181A50 (or 0x181A50) is unknown color: approx Paua. HEX triplet: 18, 1A and 50. RGB value is (24,26,80). Sum of RGB (Red+Green+Blue) = 24+26+80=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #181A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181A50 is #E7E5AF. Grayscale: #1F1F1F. Windows color (decimal): -15197616 or 5249560. OLE color: 5249560.

HSL color Cylindrical-coordinate representation of color #181A50: hue angle of 237.86º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #181A50 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB242680-
CMYK0.700.6700.69
HSL237.86º53.85%20.39%-
HSV(B)237.86º70%31.37%-
XYZ2.191.517.77-
YUV31.56155.34122.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 26 (10.55% from 255) = 20%
BLUE value IS 80 (31.64% from 255) = 61.54%
R=18.46%
G=20%
B=61.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2426800.700.6700.69237.8653.8520.39
Hex181A504643045ee3614
Octal303212010610301053566624
Binary1100011010101000010001101000011010001011110111011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181A50; }

 p { color: rgb(24,26,80); }

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

<style>
 a { background-color: #181A50; }

 a { background-color: rgb(24,26,80); }

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

<style>
 span { border-color: #181A50; }

 span { border-color: rgb(24,26,80); }

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