#12557C

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

Shades of Bahama Blue #12557C

Tints of Bahama Blue #12557C

Color information

#12557C (or 0x12557C) is unknown color: approx Bahama Blue. HEX triplet: 12, 55 and 7C. RGB value is (18,85,124). Sum of RGB (Red+Green+Blue) = 18+85+124=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #12557C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12557C is #EDAA83. Grayscale: #454545. Windows color (decimal): -15575684 or 8148242. OLE color: 8148242.

HSL color Cylindrical-coordinate representation of color #12557C: hue angle of 202.08º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12557C is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1885124-
CMYK0.850.3100.51
HSL202.08º74.65%27.84%-
HSV(B)202.08º85.48%48.63%-
XYZ7.148.0820.25-
YUV69.41158.891.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 124 (48.83% from 255) = 54.63%
R=7.93%
G=37.44%
B=54.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18851240.850.3100.51202.0874.6527.84
Hex12557C551F033ca4b1c
Octal221251741253706331211334
Binary1001010101011111100101010111111011001111001010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,85,124); }

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

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

 a { background-color: rgb(18,85,124); }

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

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

 span { border-color: rgb(18,85,124); }

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