#19507B

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

Shades of Bahama Blue #19507B

Tints of Bahama Blue #19507B

Color information

#19507B (or 0x19507B) is unknown color: approx Bahama Blue. HEX triplet: 19, 50 and 7B. RGB value is (25,80,123). Sum of RGB (Red+Green+Blue) = 25+80+123=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #19507B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19507B is #E6AF84. Grayscale: #444444. Windows color (decimal): -15118213 or 8081433. OLE color: 8081433.

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

Color convert

RGB2580123-
CMYK0.800.3500.52
HSL206.33º66.22%29.02%-
HSV(B)206.33º79.67%48.24%-
XYZ6.847.3719.8-
YUV68.46158.7897-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.96%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=10.96%
G=35.09%
B=53.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25801230.800.3500.52206.3366.2229.02
Hex19507B5023034ce421d
Octal311201731204306431610235
Binary11001101000011110111010000100011011010011001110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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