#1A6084

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

Shades of Bahama Blue #1A6084

Tints of Bahama Blue #1A6084

Color information

#1A6084 (or 0x1A6084) is unknown color: approx Bahama Blue. HEX triplet: 1A, 60 and 84. RGB value is (26,96,132). Sum of RGB (Red+Green+Blue) = 26+96+132=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #1A6084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6084 is #E59F7B. Grayscale: #4E4E4E. Windows color (decimal): -15048572 or 8675354. OLE color: 8675354.

HSL color Cylindrical-coordinate representation of color #1A6084: hue angle of 200.38º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A6084 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2696132-
CMYK0.800.2700.48
HSL200.38º67.09%30.98%-
HSV(B)200.38º80.3%51.76%-
XYZ8.7710.2523.35-
YUV79.17157.8190.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.24%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 132 (51.95% from 255) = 51.97%
R=10.24%
G=37.80%
B=51.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal26961320.800.2700.48200.3867.0930.98
Hex1A6084501B030c8431f
Octal321402041203306031010337
Binary11010110000010000100101000011011011000011001000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,96,132); }

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

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

 a { background-color: rgb(26,96,132); }

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

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

 span { border-color: rgb(26,96,132); }

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