#1A4E7C

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

Shades of Bahama Blue #1A4E7C

Tints of Bahama Blue #1A4E7C

Color information

#1A4E7C (or 0x1A4E7C) is unknown color: approx Bahama Blue. HEX triplet: 1A, 4E and 7C. RGB value is (26,78,124). Sum of RGB (Red+Green+Blue) = 26+78+124=228 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.40% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A4E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4E7C is #E5B183. Grayscale: #434343. Windows color (decimal): -15053188 or 8146458. OLE color: 8146458.

HSL color Cylindrical-coordinate representation of color #1A4E7C: hue angle of 208.16º 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 #1A4E7C is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2678124-
CMYK0.790.3700.51
HSL208.16º65.33%29.41%-
HSV(B)208.16º79.03%48.63%-
XYZ6.797.1220.09-
YUV67.7159.7798.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.40%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 124 (48.83% from 255) = 54.39%
R=11.40%
G=34.21%
B=54.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26781240.790.3700.51208.1665.3329.41
Hex1A4E7C4F25033d0411d
Octal321161741174506332010135
Binary11010100111011111001001111100101011001111010000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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