#1F487A

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

Shades of Bahama Blue #1F487A

Tints of Bahama Blue #1F487A

Color information

#1F487A (or 0x1F487A) is unknown color: approx Bahama Blue. HEX triplet: 1F, 48 and 7A. RGB value is (31,72,122). Sum of RGB (Red+Green+Blue) = 31+72+122=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F487A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F487A is #E0B785. Grayscale: #414141. Windows color (decimal): -14727046 or 8013855. OLE color: 8013855.

HSL color Cylindrical-coordinate representation of color #1F487A: hue angle of 212.97º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F487A is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3172122-
CMYK0.750.4100.52
HSL212.97º59.48%30%-
HSV(B)212.97º74.59%47.84%-
XYZ6.46.3319.3-
YUV65.44159.92103.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.78%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 122 (48.05% from 255) = 54.22%
R=13.78%
G=32%
B=54.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31721220.750.4100.52212.9759.4830
Hex1F487A4B29034d53b1e
Octal37110172113510643257336
Binary1111110010001111010100101110100101101001101010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,72,122); }

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

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

 a { background-color: rgb(31,72,122); }

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

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

 span { border-color: rgb(31,72,122); }

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