#152A51

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

Shades of Bunting #152A51

Tints of Bunting #152A51

Color information

#152A51 (or 0x152A51) is unknown color: approx Bunting. HEX triplet: 15, 2A and 51. RGB value is (21,42,81). Sum of RGB (Red+Green+Blue) = 21+42+81=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #152A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A51 is #EAD5AE. Grayscale: #272727. Windows color (decimal): -15390127 or 5319189. OLE color: 5319189.

HSL color Cylindrical-coordinate representation of color #152A51: hue angle of 219º 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 #152A51 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB214281-
CMYK0.740.4800.68
HSL219º58.82%20%-
HSV(B)219º74.07%31.76%-
XYZ2.622.418.11-
YUV40.17151.04114.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 42 (16.80% from 255) = 29.17%
BLUE value IS 81 (32.03% from 255) = 56.25%
R=14.58%
G=29.17%
B=56.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2142810.740.4800.6821958.8220
Hex152A514A30044db3b14
Octal25521211126001043337324
Binary1010110101010100011001010110000010001001101101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152A51; }

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

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

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

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

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

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

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

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