#19527A

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

Shades of Bahama Blue #19527A

Tints of Bahama Blue #19527A

Color information

#19527A (or 0x19527A) is unknown color: approx Bahama Blue. HEX triplet: 19, 52 and 7A. RGB value is (25,82,122). Sum of RGB (Red+Green+Blue) = 25+82+122=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #19527A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19527A is #E6AD85. Grayscale: #454545. Windows color (decimal): -15117702 or 8016409. OLE color: 8016409.

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

Color convert

RGB2582122-
CMYK0.800.3300.52
HSL204.74º65.99%28.82%-
HSV(B)204.74º79.51%47.84%-
XYZ6.937.6519.52-
YUV69.52157.6296.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.92%
GREEN value IS 82 (32.42% from 255) = 35.81%
BLUE value IS 122 (48.05% from 255) = 53.28%
R=10.92%
G=35.81%
B=53.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25821220.800.3300.52204.7465.9928.82
Hex19527A5021034cd421d
Octal311221721204106431510235
Binary11001101001011110101010000100001011010011001101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19527A; }

 p { color: rgb(25,82,122); }

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

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

 a { background-color: rgb(25,82,122); }

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

<style>
 span { border-color: #19527A; }

 span { border-color: rgb(25,82,122); }

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