#1A4D82

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

Shades of Bahama Blue #1A4D82

Tints of Bahama Blue #1A4D82

Color information

#1A4D82 (or 0x1A4D82) is unknown color: approx Bahama Blue. HEX triplet: 1A, 4D and 82. RGB value is (26,77,130). Sum of RGB (Red+Green+Blue) = 26+77+130=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #1A4D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A4D82 is #E5B27D. Grayscale: #434343. Windows color (decimal): -15053438 or 8539418. OLE color: 8539418.

HSL color Cylindrical-coordinate representation of color #1A4D82: hue angle of 210.58º 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 #1A4D82 is Cyan = 0.8, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2677130-
CMYK0.80.4100.49
HSL210.58º66.67%30.59%-
HSV(B)210.58º80%50.98%-
XYZ7.117.1422.12-
YUV67.79163.198.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.16%
GREEN value IS 77 (30.47% from 255) = 33.05%
BLUE value IS 130 (51.17% from 255) = 55.79%
R=11.16%
G=33.05%
B=55.79%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26771300.80.4100.49210.5866.6730.59
Hex1A4D825029031d3431f
Octal321152021205106132310337
Binary110101001101100000101010000101001011000111010011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,77,130); }

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

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

 a { background-color: rgb(26,77,130); }

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

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

 span { border-color: rgb(26,77,130); }

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