#156390

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

Shades of Bahama Blue #156390

Tints of Bahama Blue #156390

Color information

#156390 (or 0x156390) is unknown color: approx Bahama Blue. HEX triplet: 15, 63 and 90. RGB value is (21,99,144). Sum of RGB (Red+Green+Blue) = 21+99+144=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #156390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156390 is #EA9C6F. Grayscale: #505050. Windows color (decimal): -15375472 or 9462549. OLE color: 9462549.

HSL color Cylindrical-coordinate representation of color #156390: hue angle of 201.95º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #156390 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2199144-
CMYK0.850.3100.44
HSL201.95º74.55%32.35%-
HSV(B)201.95º85.42%56.47%-
XYZ9.8111.128.01-
YUV80.81163.6685.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.95%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 144 (56.64% from 255) = 54.55%
R=7.95%
G=37.5%
B=54.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21991440.850.3100.44201.9574.5532.35
Hex156390551F02Cca4b20
Octal251432201253705431211340
Binary101011100011100100001010101111110101100110010101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156390; }

 p { color: rgb(21,99,144); }

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

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

 a { background-color: rgb(21,99,144); }

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

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

 span { border-color: rgb(21,99,144); }

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