#1A6082

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

Shades of Bahama Blue #1A6082

Tints of Bahama Blue #1A6082

Color information

#1A6082 (or 0x1A6082) is unknown color: approx Bahama Blue. HEX triplet: 1A, 60 and 82. RGB value is (26,96,130). Sum of RGB (Red+Green+Blue) = 26+96+130=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #1A6082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6082 is #E59F7D. Grayscale: #4E4E4E. Windows color (decimal): -15048574 or 8544282. OLE color: 8544282.

HSL color Cylindrical-coordinate representation of color #1A6082: hue angle of 199.62º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A6082 is Cyan = 0.8, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2696130-
CMYK0.80.2600.49
HSL199.62º66.67%30.59%-
HSV(B)199.62º80%50.98%-
XYZ8.6410.222.63-
YUV78.95156.8190.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.32%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 130 (51.17% from 255) = 51.59%
R=10.32%
G=38.10%
B=51.59%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26961300.80.2600.49199.6266.6730.59
Hex1A6082501A031c8431f
Octal321402021203206131010337
Binary11010110000010000010101000011010011000111001000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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