#26507F

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

Shades of Bahama Blue #26507F

Tints of Bahama Blue #26507F

Color information

#26507F (or 0x26507F) is unknown color: approx Bahama Blue. HEX triplet: 26, 50 and 7F. RGB value is (38,80,127). Sum of RGB (Red+Green+Blue) = 38+80+127=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #26507F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26507F is #D9AF80. Grayscale: #484848. Windows color (decimal): -14266241 or 8343590. OLE color: 8343590.

HSL color Cylindrical-coordinate representation of color #26507F: hue angle of 211.69º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26507F is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3880127-
CMYK0.700.3700.50
HSL211.69º53.94%32.35%-
HSV(B)211.69º70.08%49.8%-
XYZ7.57.6821.17-
YUV72.8158.59103.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.51%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 127 (50% from 255) = 51.84%
R=15.51%
G=32.65%
B=51.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38801270.700.3700.50211.6953.9432.35
Hex26507F4625032d43620
Octal46120177106450623246640
Binary100110101000011111111000110100101011001011010100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26507F; }

 p { color: rgb(38,80,127); }

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

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

 a { background-color: rgb(38,80,127); }

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

<style>
 span { border-color: #26507F; }

 span { border-color: rgb(38,80,127); }

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