#12568B

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

Shades of Bahama Blue #12568B

Tints of Bahama Blue #12568B

Color information

#12568B (or 0x12568B) is unknown color: approx Bahama Blue. HEX triplet: 12, 56 and 8B. RGB value is (18,86,139). Sum of RGB (Red+Green+Blue) = 18+86+139=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #12568B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12568B is #EDA974. Grayscale: #474747. Windows color (decimal): -15575413 or 9131538. OLE color: 9131538.

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

Color convert

RGB1886139-
CMYK0.870.3800.45
HSL206.28º77.07%30.78%-
HSV(B)206.28º87.05%54.51%-
XYZ8.248.6525.66-
YUV71.71165.9789.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.41%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 139 (54.69% from 255) = 57.20%
R=7.41%
G=35.39%
B=57.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18861390.870.3800.45206.2877.0730.78
Hex12568B572602Dce4d1f
Octal221262131274605531611537
Binary100101010110100010111010111100110010110111001110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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