#1a537c

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

Shades of Bahama Blue #1A537C

Tints of Bahama Blue #1A537C

Color information

#1A537C (or 0x1A537C) is unknown color: approx Bahama Blue. HEX triplet: 1A, 53 and 7C. RGB value is (26,83,124). Sum of RGB (Red+Green+Blue) = 26+83+124=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A537C is #E5AC83. Grayscale: #464646. Windows color (decimal): -15051908 or 8147738. OLE color: 8147738.

HSL color Cylindrical-coordinate representation of color #1A537C: hue angle of 205.1º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A537C is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2683124-
CMYK0.790.3300.51
HSL205.1º65.33%29.41%-
HSV(B)205.1º79.03%48.63%-
XYZ7.167.8620.21-
YUV70.63158.1296.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.16%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=11.16%
G=35.62%
B=53.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26831240.790.3300.51205.165.3329.41
Hex1A537C4F21033cd411d
Octal321231741174106331510135
Binary11010101001111111001001111100001011001111001101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a537c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,83,124); }

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

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

 a { background-color: rgb(26,83,124); }

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

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

 span { border-color: rgb(26,83,124); }

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