#1A4D79

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

Shades of Bahama Blue #1A4D79

Tints of Bahama Blue #1A4D79

Color information

#1A4D79 (or 0x1A4D79) is unknown color: approx Bahama Blue. HEX triplet: 1A, 4D and 79. RGB value is (26,77,121). Sum of RGB (Red+Green+Blue) = 26+77+121=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A4D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4D79 is #E5B286. Grayscale: #424242. Windows color (decimal): -15053447 or 7949594. OLE color: 7949594.

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

Color convert

RGB2677121-
CMYK0.790.3600.53
HSL207.79º64.63%28.82%-
HSV(B)207.79º78.51%47.45%-
XYZ6.536.9119.08-
YUV66.77158.698.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.61%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 121 (47.66% from 255) = 54.02%
R=11.61%
G=34.38%
B=54.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26771210.790.3600.53207.7964.6328.82
Hex1A4D794F24035d0411d
Octal321151711174406532010135
Binary11010100110111110011001111100100011010111010000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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