#19608D

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

Shades of Bahama Blue #19608D

Tints of Bahama Blue #19608D

Color information

#19608D (or 0x19608D) is unknown color: approx Bahama Blue. HEX triplet: 19, 60 and 8D. RGB value is (25,96,141). Sum of RGB (Red+Green+Blue) = 25+96+141=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #19608D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19608D is #E69F72. Grayscale: #4F4F4F. Windows color (decimal): -15114099 or 9265177. OLE color: 9265177.

HSL color Cylindrical-coordinate representation of color #19608D: hue angle of 203.28º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19608D is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2596141-
CMYK0.820.3200.45
HSL203.28º69.88%32.55%-
HSV(B)203.28º82.27%55.29%-
XYZ9.3910.526.73-
YUV79.9162.4888.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.54%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 141 (55.47% from 255) = 53.82%
R=9.54%
G=36.64%
B=53.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25961410.820.3200.45203.2869.8832.55
Hex19608D522002Dcb4621
Octal311402151224005531310641
Binary1100111000001000110110100101000000101101110010111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19608D; }

 p { color: rgb(25,96,141); }

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

<style>
 a { background-color: #19608D; }

 a { background-color: rgb(25,96,141); }

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

<style>
 span { border-color: #19608D; }

 span { border-color: rgb(25,96,141); }

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