#1F5A84

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

Shades of Bahama Blue #1F5A84

Tints of Bahama Blue #1F5A84

Color information

#1F5A84 (or 0x1F5A84) is unknown color: approx Bahama Blue. HEX triplet: 1F, 5A and 84. RGB value is (31,90,132). Sum of RGB (Red+Green+Blue) = 31+90+132=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F5A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5A84 is #E0A57B. Grayscale: #4C4C4C. Windows color (decimal): -14722428 or 8673823. OLE color: 8673823.

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

Color convert

RGB3190132-
CMYK0.770.3200.48
HSL204.95º61.96%31.96%-
HSV(B)204.95º76.52%51.76%-
XYZ8.399.2723.18-
YUV77.15158.9595.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.25%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 132 (51.95% from 255) = 52.17%
R=12.25%
G=35.57%
B=52.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31901320.770.3200.48204.9561.9631.96
Hex1F5A844D20030cd3e20
Octal37132204115400603157640
Binary111111011010100001001001101100000011000011001101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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