#1A517D

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

Shades of Bahama Blue #1A517D

Tints of Bahama Blue #1A517D

Color information

#1A517D (or 0x1A517D) is unknown color: approx Bahama Blue. HEX triplet: 1A, 51 and 7D. RGB value is (26,81,125). Sum of RGB (Red+Green+Blue) = 26+81+125=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A517D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A517D is #E5AE82. Grayscale: #454545. Windows color (decimal): -15052419 or 8212762. OLE color: 8212762.

HSL color Cylindrical-coordinate representation of color #1A517D: hue angle of 206.67º 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 #1A517D is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2681125-
CMYK0.790.3500.51
HSL206.67º65.56%29.61%-
HSV(B)206.67º79.2%49.02%-
XYZ7.077.5920.49-
YUV69.57159.2896.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.21%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 125 (49.22% from 255) = 53.88%
R=11.21%
G=34.91%
B=53.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26811250.790.3500.51206.6765.5629.61
Hex1A517D4F23033cf421e
Octal321211751174306331710236
Binary11010101000111111011001111100011011001111001111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,81,125); }

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

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

 a { background-color: rgb(26,81,125); }

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

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

 span { border-color: rgb(26,81,125); }

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