#13548B

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

Shades of Bahama Blue #13548B

Tints of Bahama Blue #13548B

Color information

#13548B (or 0x13548B) is unknown color: approx Bahama Blue. HEX triplet: 13, 54 and 8B. RGB value is (19,84,139). Sum of RGB (Red+Green+Blue) = 19+84+139=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #13548B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13548B is #ECAB74. Grayscale: #464646. Windows color (decimal): -15510389 or 9131027. OLE color: 9131027.

HSL color Cylindrical-coordinate representation of color #13548B: hue angle of 207.5º 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 #13548B is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1984139-
CMYK0.860.4000.45
HSL207.5º75.95%30.98%-
HSV(B)207.5º86.33%54.51%-
XYZ8.18.3425.61-
YUV70.83166.4791.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.85%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 139 (54.69% from 255) = 57.44%
R=7.85%
G=34.71%
B=57.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19841390.860.4000.45207.575.9530.98
Hex13548B562802Dd04c1f
Octal231242131265005532011437
Binary100111010100100010111010110101000010110111010000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13548B; }

 p { color: rgb(19,84,139); }

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

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

 a { background-color: rgb(19,84,139); }

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

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

 span { border-color: rgb(19,84,139); }

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