#1A4C7E

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

Shades of Bahama Blue #1A4C7E

Tints of Bahama Blue #1A4C7E

Color information

#1A4C7E (or 0x1A4C7E) is unknown color: approx Bahama Blue. HEX triplet: 1A, 4C and 7E. RGB value is (26,76,126). Sum of RGB (Red+Green+Blue) = 26+76+126=228 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.40% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #1A4C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4C7E is #E5B381. Grayscale: #424242. Windows color (decimal): -15053698 or 8277018. OLE color: 8277018.

HSL color Cylindrical-coordinate representation of color #1A4C7E: hue angle of 210º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A4C7E is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2676126-
CMYK0.790.4000.51
HSL210º65.79%29.8%-
HSV(B)210º79.37%49.41%-
XYZ6.786.8920.71-
YUV66.75161.4498.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.40%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 126 (49.61% from 255) = 55.26%
R=11.40%
G=33.33%
B=55.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26761260.790.4000.5121065.7929.8
Hex1A4C7E4F28033d2421e
Octal321141761175006332210236
Binary11010100110011111101001111101000011001111010010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,76,126); }

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

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

 a { background-color: rgb(26,76,126); }

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

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

 span { border-color: rgb(26,76,126); }

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