#1A5385

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

Shades of Bahama Blue #1A5385

Tints of Bahama Blue #1A5385

Color information

#1A5385 (or 0x1A5385) is unknown color: approx Bahama Blue. HEX triplet: 1A, 53 and 85. RGB value is (26,83,133). Sum of RGB (Red+Green+Blue) = 26+83+133=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #1A5385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5385 is #E5AC7A. Grayscale: #474747. Windows color (decimal): -15051899 or 8737562. OLE color: 8737562.

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

Color convert

RGB2683133-
CMYK0.800.3800.48
HSL208.04º67.3%31.18%-
HSV(B)208.04º80.45%52.16%-
XYZ7.758.123.35-
YUV71.66162.6295.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.74%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 133 (52.34% from 255) = 54.96%
R=10.74%
G=34.30%
B=54.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal26831330.800.3800.48208.0467.331.18
Hex1A53855026030d0431f
Octal321232051204606032010337
Binary110101010011100001011010000100110011000011010000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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