#1F5176

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

Shades of Bahama Blue #1F5176

Tints of Bahama Blue #1F5176

Color information

#1F5176 (or 0x1F5176) is unknown color: approx Bahama Blue. HEX triplet: 1F, 51 and 76. RGB value is (31,81,118). Sum of RGB (Red+Green+Blue) = 31+81+118=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F5176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5176 is #E0AE89. Grayscale: #464646. Windows color (decimal): -14724746 or 7754015. OLE color: 7754015.

HSL color Cylindrical-coordinate representation of color #1F5176: hue angle of 205.52º 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 #1F5176 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3181118-
CMYK0.740.3100.54
HSL205.52º58.39%29.22%-
HSV(B)205.52º73.73%46.27%-
XYZ6.787.4818.23-
YUV70.27154.9499.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.48%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=13.48%
G=35.22%
B=51.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31811180.740.3100.54205.5258.3929.22
Hex1F51764A1F036ce3a1d
Octal37121166112370663167235
Binary111111010001111011010010101111101101101100111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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