#12598B

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

Shades of Bahama Blue #12598B

Tints of Bahama Blue #12598B

Color information

#12598B (or 0x12598B) is unknown color: approx Bahama Blue. HEX triplet: 12, 59 and 8B. RGB value is (18,89,139). Sum of RGB (Red+Green+Blue) = 18+89+139=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #12598B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12598B is #EDA674. Grayscale: #494949. Windows color (decimal): -15574645 or 9132306. OLE color: 9132306.

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

Color convert

RGB1889139-
CMYK0.870.3600.45
HSL204.79º77.07%30.78%-
HSV(B)204.79º87.05%54.51%-
XYZ8.489.1425.74-
YUV73.47164.9888.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.32%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=7.32%
G=36.18%
B=56.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18891390.870.3600.45204.7977.0730.78
Hex12598B572402Dcd4d1f
Octal221312131274405531511537
Binary100101011001100010111010111100100010110111001101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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