#12588A

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

Shades of Bahama Blue #12588A

Tints of Bahama Blue #12588A

Color information

#12588A (or 0x12588A) is unknown color: approx Bahama Blue. HEX triplet: 12, 58 and 8A. RGB value is (18,88,138). Sum of RGB (Red+Green+Blue) = 18+88+138=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #12588A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12588A is #EDA775. Grayscale: #484848. Windows color (decimal): -15574902 or 9066514. OLE color: 9066514.

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

Color convert

RGB1888138-
CMYK0.870.3600.46
HSL205º76.92%30.59%-
HSV(B)205º86.96%54.12%-
XYZ8.338.9425.33-
YUV72.77164.8188.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.38%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 138 (54.30% from 255) = 56.56%
R=7.38%
G=36.07%
B=56.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18881380.870.3600.4620576.9230.59
Hex12588A572402Ecd4d1f
Octal221302121274405631511537
Binary100101011000100010101010111100100010111011001101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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