#13608C

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

Shades of Bahama Blue #13608C

Tints of Bahama Blue #13608C

Color information

#13608C (or 0x13608C) is unknown color: approx Bahama Blue. HEX triplet: 13, 60 and 8C. RGB value is (19,96,140). Sum of RGB (Red+Green+Blue) = 19+96+140=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #13608C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13608C is #EC9F73. Grayscale: #4D4D4D. Windows color (decimal): -15507316 or 9199635. OLE color: 9199635.

HSL color Cylindrical-coordinate representation of color #13608C: hue angle of 201.82º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13608C is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1996140-
CMYK0.860.3100.45
HSL201.82º76.1%31.18%-
HSV(B)201.82º86.43%54.9%-
XYZ9.1910.426.33-
YUV77.99162.9985.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.45%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 140 (55.08% from 255) = 54.90%
R=7.45%
G=37.65%
B=54.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19961400.860.3100.45201.8276.131.18
Hex13608C561F02Dca4c1f
Octal231402141263705531211437
Binary10011110000010001100101011011111010110111001010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13608C; }

 p { color: rgb(19,96,140); }

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

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

 a { background-color: rgb(19,96,140); }

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

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

 span { border-color: rgb(19,96,140); }

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