#12567D

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

Shades of Bahama Blue #12567D

Tints of Bahama Blue #12567D

Color information

#12567D (or 0x12567D) is unknown color: approx Bahama Blue. HEX triplet: 12, 56 and 7D. RGB value is (18,86,125). Sum of RGB (Red+Green+Blue) = 18+86+125=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #12567D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12567D is #EDA982. Grayscale: #454545. Windows color (decimal): -15575427 or 8214034. OLE color: 8214034.

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

Color convert

RGB1886125-
CMYK0.860.3100.51
HSL201.87º74.83%28.04%-
HSV(B)201.87º85.6%49.02%-
XYZ7.288.2620.61-
YUV70.11158.9790.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.86%
GREEN value IS 86 (33.98% from 255) = 37.55%
BLUE value IS 125 (49.22% from 255) = 54.59%
R=7.86%
G=37.55%
B=54.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18861250.860.3100.51201.8774.8328.04
Hex12567D561F033ca4b1c
Octal221261751263706331211334
Binary1001010101101111101101011011111011001111001010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12567D; }

 p { color: rgb(18,86,125); }

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

<style>
 a { background-color: #12567D; }

 a { background-color: rgb(18,86,125); }

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

<style>
 span { border-color: #12567D; }

 span { border-color: rgb(18,86,125); }

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