#1F5278

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

Shades of Bahama Blue #1F5278

Tints of Bahama Blue #1F5278

Color information

#1F5278 (or 0x1F5278) is unknown color: approx Bahama Blue. HEX triplet: 1F, 52 and 78. RGB value is (31,82,120). Sum of RGB (Red+Green+Blue) = 31+82+120=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F5278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5278 is #E0AD87. Grayscale: #464646. Windows color (decimal): -14724488 or 7885343. OLE color: 7885343.

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

Color convert

RGB3182120-
CMYK0.740.3200.53
HSL205.62º58.94%29.61%-
HSV(B)205.62º74.17%47.06%-
XYZ6.977.6818.88-
YUV71.08155.699.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.30%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 120 (47.27% from 255) = 51.50%
R=13.30%
G=35.19%
B=51.50%

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
Decimal31821200.740.3200.53205.6258.9429.61
Hex1F52784A20035ce3b1e
Octal37122170112400653167336
Binary1111110100101111000100101010000001101011100111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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