#152950

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

Shades of Bunting #152950

Tints of Bunting #152950

Color information

#152950 (or 0x152950) is unknown color: approx Bunting. HEX triplet: 15, 29 and 50. RGB value is (21,41,80). Sum of RGB (Red+Green+Blue) = 21+41+80=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #152950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152950 is #EAD6AF. Grayscale: #272727. Windows color (decimal): -15390384 or 5253397. OLE color: 5253397.

HSL color Cylindrical-coordinate representation of color #152950: hue angle of 219.66º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152950 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB214180-
CMYK0.740.4900.69
HSL219.66º58.42%19.8%-
HSV(B)219.66º73.75%31.37%-
XYZ2.552.327.9-
YUV39.47150.87114.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.79%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 80 (31.64% from 255) = 56.34%
R=14.79%
G=28.87%
B=56.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2141800.740.4900.69219.6658.4219.8
Hex1529504A31045dc3a14
Octal25511201126101053347224
Binary1010110100110100001001010110001010001011101110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152950; }

 p { color: rgb(21,41,80); }

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

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

 a { background-color: rgb(21,41,80); }

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

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

 span { border-color: rgb(21,41,80); }

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