#19628a

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

Shades of Bahama Blue #19628A

Tints of Bahama Blue #19628A

Color information

#19628A (or 0x19628A) is unknown color: approx Bahama Blue. HEX triplet: 19, 62 and 8A. RGB value is (25,98,138). Sum of RGB (Red+Green+Blue) = 25+98+138=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #19628A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19628A is #E69D75. Grayscale: #505050. Windows color (decimal): -15113590 or 9069081. OLE color: 9069081.

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

Color convert

RGB2598138-
CMYK0.820.2900.46
HSL201.24º69.33%31.96%-
HSV(B)201.24º81.88%54.12%-
XYZ9.3610.7825.63-
YUV80.73160.3288.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.58%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 138 (54.30% from 255) = 52.87%
R=9.58%
G=37.55%
B=52.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25981380.820.2900.46201.2469.3331.96
Hex19628A521D02Ec94520
Octal311422121223505631110540
Binary110011100010100010101010010111010101110110010011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19628a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19628a; }

 p { color: rgb(25,98,138); }

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

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

 a { background-color: rgb(25,98,138); }

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

<style>
 span { border-color: #19628a; }

 span { border-color: rgb(25,98,138); }

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