#19567B

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

Shades of Bahama Blue #19567B

Tints of Bahama Blue #19567B

Color information

#19567B (or 0x19567B) is unknown color: approx Bahama Blue. HEX triplet: 19, 56 and 7B. RGB value is (25,86,123). Sum of RGB (Red+Green+Blue) = 25+86+123=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #19567B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19567B is #E6A984. Grayscale: #474747. Windows color (decimal): -15116677 or 8082969. OLE color: 8082969.

HSL color Cylindrical-coordinate representation of color #19567B: hue angle of 202.65º degrees, saturation: 0.66, 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 #19567B is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2586123-
CMYK0.800.3000.52
HSL202.65º66.22%29.02%-
HSV(B)202.65º79.67%48.24%-
XYZ7.38.2919.95-
YUV71.98156.7994.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.68%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 123 (48.44% from 255) = 52.56%
R=10.68%
G=36.75%
B=52.56%

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
Decimal25861230.800.3000.52202.6566.2229.02
Hex19567B501E034cb421d
Octal311261731203606431310235
Binary1100110101101111011101000011110011010011001011100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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