#1F5178

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

Shades of Bahama Blue #1F5178

Tints of Bahama Blue #1F5178

Color information

#1F5178 (or 0x1F5178) is unknown color: approx Bahama Blue. HEX triplet: 1F, 51 and 78. RGB value is (31,81,120). Sum of RGB (Red+Green+Blue) = 31+81+120=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F5178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5178 is #E0AE87. Grayscale: #464646. Windows color (decimal): -14724744 or 7885087. OLE color: 7885087.

HSL color Cylindrical-coordinate representation of color #1F5178: hue angle of 206.29º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5178 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3181120-
CMYK0.740.3200.53
HSL206.29º58.94%29.61%-
HSV(B)206.29º74.17%47.06%-
XYZ6.97.5318.86-
YUV70.5155.9499.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.36%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=13.36%
G=34.91%
B=51.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31811200.740.3200.53206.2958.9429.61
Hex1F51784A20035ce3b1e
Octal37121170112400653167336
Binary1111110100011111000100101010000001101011100111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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