#1A4B78

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

Shades of Bahama Blue #1A4B78

Tints of Bahama Blue #1A4B78

Color information

#1A4B78 (or 0x1A4B78) is unknown color: approx Bahama Blue. HEX triplet: 1A, 4B and 78. RGB value is (26,75,120). Sum of RGB (Red+Green+Blue) = 26+75+120=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #1A4B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4B78 is #E5B487. Grayscale: #414141. Windows color (decimal): -15053960 or 7883546. OLE color: 7883546.

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

Color convert

RGB2675120-
CMYK0.780.3700.53
HSL208.72º64.38%28.63%-
HSV(B)208.72º78.33%47.06%-
XYZ6.336.6118.71-
YUV65.48158.7799.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.76%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 120 (47.27% from 255) = 54.30%
R=11.76%
G=33.94%
B=54.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26751200.780.3700.53208.7264.3828.63
Hex1A4B784E25035d1401d
Octal321131701164506532110035
Binary11010100101111110001001110100101011010111010001100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,75,120); }

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

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

 a { background-color: rgb(26,75,120); }

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

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

 span { border-color: rgb(26,75,120); }

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