#12577F

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

Shades of Bahama Blue #12577F

Tints of Bahama Blue #12577F

Color information

#12577F (or 0x12577F) is unknown color: approx Bahama Blue. HEX triplet: 12, 57 and 7F. RGB value is (18,87,127). Sum of RGB (Red+Green+Blue) = 18+87+127=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #12577F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12577F is #EDA880. Grayscale: #464646. Windows color (decimal): -15575169 or 8345362. OLE color: 8345362.

HSL color Cylindrical-coordinate representation of color #12577F: hue angle of 202.02º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12577F is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1887127-
CMYK0.860.3100.50
HSL202.02º75.17%28.43%-
HSV(B)202.02º85.83%49.8%-
XYZ7.498.4821.32-
YUV70.93159.6490.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 87 (34.38% from 255) = 37.5%
BLUE value IS 127 (50% from 255) = 54.74%
R=7.76%
G=37.5%
B=54.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18871270.860.3100.50202.0275.1728.43
Hex12577F561F032ca4b1c
Octal221271771263706231211334
Binary1001010101111111111101011011111011001011001010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12577F; }

 p { color: rgb(18,87,127); }

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

<style>
 a { background-color: #12577F; }

 a { background-color: rgb(18,87,127); }

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

<style>
 span { border-color: #12577F; }

 span { border-color: rgb(18,87,127); }

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