#151851

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

Shades of Paua #151851

Tints of Paua #151851

Color information

#151851 (or 0x151851) is unknown color: approx Paua. HEX triplet: 15, 18 and 51. RGB value is (21,24,81). Sum of RGB (Red+Green+Blue) = 21+24+81=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 81 (32.03% from 255 or 64.29% from 126); Max value from RGB is 81 - color contains mainly: blue. Hex color #151851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151851 is #EAE7AE. Grayscale: #1D1D1D. Windows color (decimal): -15394735 or 5314581. OLE color: 5314581.

HSL color Cylindrical-coordinate representation of color #151851: hue angle of 237º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #151851 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB212481-
CMYK0.740.7000.68
HSL237º58.82%20%-
HSV(B)237º74.07%31.76%-
XYZ2.121.417.94-
YUV29.6157.01121.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.67%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 81 (32.03% from 255) = 64.29%
R=16.67%
G=19.05%
B=64.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2124810.740.7000.6823758.8220
Hex1518514A46044ed3b14
Octal253012111210601043557324
Binary1010111000101000110010101000110010001001110110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151851; }

 p { color: rgb(21,24,81); }

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

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

 a { background-color: rgb(21,24,81); }

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

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

 span { border-color: rgb(21,24,81); }

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