#1F5384

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

Shades of Bahama Blue #1F5384

Tints of Bahama Blue #1F5384

Color information

#1F5384 (or 0x1F5384) is unknown color: approx Bahama Blue. HEX triplet: 1F, 53 and 84. RGB value is (31,83,132). Sum of RGB (Red+Green+Blue) = 31+83+132=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F5384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5384 is #E0AC7B. Grayscale: #484848. Windows color (decimal): -14724220 or 8672031. OLE color: 8672031.

HSL color Cylindrical-coordinate representation of color #1F5384: hue angle of 209.11º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F5384 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3183132-
CMYK0.770.3700.48
HSL209.11º61.96%31.96%-
HSV(B)209.11º76.52%51.76%-
XYZ7.828.1422.99-
YUV73.04161.2798.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.60%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 132 (51.95% from 255) = 53.66%
R=12.60%
G=33.74%
B=53.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31831320.770.3700.48209.1161.9631.96
Hex1F53844D25030d13e20
Octal37123204115450603217640
Binary111111010011100001001001101100101011000011010001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,83,132); }

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

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

 a { background-color: rgb(31,83,132); }

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

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

 span { border-color: rgb(31,83,132); }

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