Html Css Color HEX #1F5584 Bahama Blue

📋 copy color: '#1F5584'

red 31 ◦ green 85 ◦ blue 132

#1F5584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #1F5584

Tints of Bahama Blue #1F5584

RGB

 RED value IS 31 (12.5% from 255) = 12.5%

 GREEN value IS 85 (33.59% from 255) = 34.27%

 BLUE value IS 132 (51.95% from 255) = 53.23%

R = 12.5%
G = 34.27%
B = 53.23%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F5584 (or 0x1F5584) is known color: Bahama Blue. HEX triplet: 1F, 55 and 84. RGB value is (31,85,132). Sum of RGB (Red+Green+Blue) = 31+85+132=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F5584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5584 is #E0AA7B. Grayscale: #494949. Windows color (decimal): -14723708 or 8672543. OLE color: 8672543.

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

Color convert

RGB 31 85 132 -
CMYK 0.77 0.36 0 0.48
HSL 207.92º 0.62% 0.32% -
HSV(B) 207.92º 0.77% 0.52% -
XYZ 7.98 8.45 23.04 -
YUV 74.21 160.61 97.18 -
System Red Green Blue C M Y K H S L
Decimal 31 85 132 0.77 0.36 0 0.48 207.92 0.62 0.32
Hex 1F 55 84 4D 24 0 30 D0 3E 20
Octal 37 125 204 115 44 0 60 320 76 40
Binary 11111 1010101 10000100 1001101 100100 0 110000 11010000 111110 100000

Color Harmonies of #1F5584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5584

Black with #1F5584

Text Example


Text Example

White with #1F5584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F5584;
 }
 .AnyTagClassName
 {
   color: #1F5584;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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