#1A5883

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

Shades of Bahama Blue #1A5883

Tints of Bahama Blue #1A5883

Color information

#1A5883 (or 0x1A5883) is unknown color: approx Bahama Blue. HEX triplet: 1A, 58 and 83. RGB value is (26,88,131). Sum of RGB (Red+Green+Blue) = 26+88+131=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #1A5883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5883 is #E5A77C. Grayscale: #4A4A4A. Windows color (decimal): -15050621 or 8607770. OLE color: 8607770.

HSL color Cylindrical-coordinate representation of color #1A5883: hue angle of 204.57º 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 #1A5883 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2688131-
CMYK0.800.3300.49
HSL204.57º66.88%30.78%-
HSV(B)204.57º80.15%51.37%-
XYZ8.018.8422.76-
YUV74.36159.9693.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.61%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 131 (51.56% from 255) = 53.47%
R=10.61%
G=35.92%
B=53.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26881310.800.3300.49204.5766.8830.78
Hex1A58835021031cd431f
Octal321302031204106131510337
Binary110101011000100000111010000100001011000111001101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,88,131); }

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

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

 a { background-color: rgb(26,88,131); }

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

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

 span { border-color: rgb(26,88,131); }

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