#12547B

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

Shades of Bahama Blue #12547B

Tints of Bahama Blue #12547B

Color information

#12547B (or 0x12547B) is unknown color: approx Bahama Blue. HEX triplet: 12, 54 and 7B. RGB value is (18,84,123). Sum of RGB (Red+Green+Blue) = 18+84+123=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #12547B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12547B is #EDAB84. Grayscale: #444444. Windows color (decimal): -15575941 or 8082450. OLE color: 8082450.

HSL color Cylindrical-coordinate representation of color #12547B: hue angle of 202.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12547B is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1884123-
CMYK0.850.3200.52
HSL202.29º74.47%27.65%-
HSV(B)202.29º85.37%48.24%-
XYZ6.997.919.89-
YUV68.71158.6391.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 123 (48.44% from 255) = 54.67%
R=8%
G=37.33%
B=54.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18841230.850.3200.52202.2974.4727.65
Hex12547B5520034ca4a1c
Octal221241731254006431211234
Binary10010101010011110111010101100000011010011001010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,84,123); }

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

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

 a { background-color: rgb(18,84,123); }

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

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

 span { border-color: rgb(18,84,123); }

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