#18568A

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

Shades of Bahama Blue #18568A

Tints of Bahama Blue #18568A

Color information

#18568A (or 0x18568A) is unknown color: approx Bahama Blue. HEX triplet: 18, 56 and 8A. RGB value is (24,86,138). Sum of RGB (Red+Green+Blue) = 24+86+138=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #18568A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18568A is #E7A975. Grayscale: #494949. Windows color (decimal): -15182198 or 9066008. OLE color: 9066008.

HSL color Cylindrical-coordinate representation of color #18568A: hue angle of 207.37º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18568A is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2486138-
CMYK0.830.3800.46
HSL207.37º70.37%31.76%-
HSV(B)207.37º82.61%54.12%-
XYZ8.298.6825.28-
YUV73.39164.4692.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.68%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 138 (54.30% from 255) = 55.65%
R=9.68%
G=34.68%
B=55.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24861380.830.3800.46207.3770.3731.76
Hex18568A532602Ecf4620
Octal301262121234605631710640
Binary1100010101101000101010100111001100101110110011111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18568A; }

 p { color: rgb(24,86,138); }

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

<style>
 a { background-color: #18568A; }

 a { background-color: rgb(24,86,138); }

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

<style>
 span { border-color: #18568A; }

 span { border-color: rgb(24,86,138); }

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