#1a5b83

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

Shades of Bahama Blue #1A5B83

Tints of Bahama Blue #1A5B83

Color information

#1A5B83 (or 0x1A5B83) is unknown color: approx Bahama Blue. HEX triplet: 1A, 5B and 83. RGB value is (26,91,131). Sum of RGB (Red+Green+Blue) = 26+91+131=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #1A5B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5B83 is #E5A47C. Grayscale: #4B4B4B. Windows color (decimal): -15049853 or 8608538. OLE color: 8608538.

HSL color Cylindrical-coordinate representation of color #1A5B83: hue angle of 202.86º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A5B83 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2691131-
CMYK0.800.3100.49
HSL202.86º66.88%30.78%-
HSV(B)202.86º80.15%51.37%-
XYZ8.269.3422.84-
YUV76.12158.9792.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.48%
GREEN value IS 91 (35.94% from 255) = 36.69%
BLUE value IS 131 (51.56% from 255) = 52.82%
R=10.48%
G=36.69%
B=52.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26911310.800.3100.49202.8666.8830.78
Hex1A5B83501F031cb431f
Octal321332031203706131310337
Binary11010101101110000011101000011111011000111001011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a5b83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1a5b83; }

 p { color: rgb(26,91,131); }

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

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

 a { background-color: rgb(26,91,131); }

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

<style>
 span { border-color: #1a5b83; }

 span { border-color: rgb(26,91,131); }

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