#12588B

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

Shades of Bahama Blue #12588B

Tints of Bahama Blue #12588B

Color information

#12588B (or 0x12588B) is unknown color: approx Bahama Blue. HEX triplet: 12, 58 and 8B. RGB value is (18,88,139). Sum of RGB (Red+Green+Blue) = 18+88+139=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #12588B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12588B is #EDA774. Grayscale: #484848. Windows color (decimal): -15574901 or 9132050. OLE color: 9132050.

HSL color Cylindrical-coordinate representation of color #12588B: hue angle of 205.29º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12588B is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1888139-
CMYK0.870.3700.45
HSL205.29º77.07%30.78%-
HSV(B)205.29º87.05%54.51%-
XYZ8.48.9725.72-
YUV72.88165.3188.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.35%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 139 (54.69% from 255) = 56.73%
R=7.35%
G=35.92%
B=56.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18881390.870.3700.45205.2977.0730.78
Hex12588B572502Dcd4d1f
Octal221302131274505531511537
Binary100101011000100010111010111100101010110111001101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,88,139); }

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

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

 a { background-color: rgb(18,88,139); }

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

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

 span { border-color: rgb(18,88,139); }

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