#1F5076

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

Shades of Bahama Blue #1F5076

Tints of Bahama Blue #1F5076

Color information

#1F5076 (or 0x1F5076) is unknown color: approx Bahama Blue. HEX triplet: 1F, 50 and 76. RGB value is (31,80,118). Sum of RGB (Red+Green+Blue) = 31+80+118=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F5076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5076 is #E0AF89. Grayscale: #454545. Windows color (decimal): -14725002 or 7753759. OLE color: 7753759.

HSL color Cylindrical-coordinate representation of color #1F5076: hue angle of 206.21º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5076 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3180118-
CMYK0.740.3200.54
HSL206.21º58.39%29.22%-
HSV(B)206.21º73.73%46.27%-
XYZ6.77.3418.2-
YUV69.68155.27100.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.54%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 118 (46.48% from 255) = 51.53%
R=13.54%
G=34.93%
B=51.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31801180.740.3200.54206.2158.3929.22
Hex1F50764A20036ce3a1d
Octal37120166112400663167235
Binary1111110100001110110100101010000001101101100111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,80,118); }

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

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

 a { background-color: rgb(31,80,118); }

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

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

 span { border-color: rgb(31,80,118); }

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