#18567B

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

Shades of Bahama Blue #18567B

Tints of Bahama Blue #18567B

Color information

#18567B (or 0x18567B) is unknown color: approx Bahama Blue. HEX triplet: 18, 56 and 7B. RGB value is (24,86,123). Sum of RGB (Red+Green+Blue) = 24+86+123=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #18567B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18567B is #E7A984. Grayscale: #474747. Windows color (decimal): -15182213 or 8082968. OLE color: 8082968.

HSL color Cylindrical-coordinate representation of color #18567B: hue angle of 202.42º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18567B is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2486123-
CMYK0.800.3000.52
HSL202.42º67.35%28.82%-
HSV(B)202.42º80.49%48.24%-
XYZ7.288.2819.95-
YUV71.68156.9693.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 123 (48.44% from 255) = 52.79%
R=10.30%
G=36.91%
B=52.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24861230.800.3000.52202.4267.3528.82
Hex18567B501E034ca431d
Octal301261731203606431210335
Binary1100010101101111011101000011110011010011001010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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