#1A5B8A

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

Shades of Bahama Blue #1A5B8A

Tints of Bahama Blue #1A5B8A

Color information

#1A5B8A (or 0x1A5B8A) is unknown color: approx Bahama Blue. HEX triplet: 1A, 5B and 8A. RGB value is (26,91,138). Sum of RGB (Red+Green+Blue) = 26+91+138=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A5B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5B8A is #E5A475. Grayscale: #4C4C4C. Windows color (decimal): -15049846 or 9067290. OLE color: 9067290.

HSL color Cylindrical-coordinate representation of color #1A5B8A: hue angle of 205.18º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A5B8A is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2691138-
CMYK0.810.3400.46
HSL205.18º68.29%32.16%-
HSV(B)205.18º81.16%54.12%-
XYZ8.759.5425.42-
YUV76.92162.4791.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.20%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 138 (54.30% from 255) = 54.12%
R=10.20%
G=35.69%
B=54.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal26911380.810.3400.46205.1868.2932.16
Hex1A5B8A512202Ecd4420
Octal321332121214205631510440
Binary1101010110111000101010100011000100101110110011011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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