#136290

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

Shades of Bahama Blue #136290

Tints of Bahama Blue #136290

Color information

#136290 (or 0x136290) is unknown color: approx Bahama Blue. HEX triplet: 13, 62 and 90. RGB value is (19,98,144). Sum of RGB (Red+Green+Blue) = 19+98+144=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #136290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136290 is #EC9D6F. Grayscale: #4F4F4F. Windows color (decimal): -15506800 or 9462291. OLE color: 9462291.

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

Color convert

RGB1998144-
CMYK0.870.3200.44
HSL202.08º76.69%31.96%-
HSV(B)202.08º86.81%56.47%-
XYZ9.6710.8927.98-
YUV79.62164.3384.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.28%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 144 (56.64% from 255) = 55.17%
R=7.28%
G=37.55%
B=55.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19981440.870.3200.44202.0876.6931.96
Hex136290572002Cca4d20
Octal231422201274005431211540
Binary1001111000101001000010101111000000101100110010101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136290; }

 p { color: rgb(19,98,144); }

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

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

 a { background-color: rgb(19,98,144); }

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

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

 span { border-color: rgb(19,98,144); }

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