Html Css Color HEX #1F587C Bahama Blue

📋 copy color: '#1F587C'

red 31 ◦ green 88 ◦ blue 124

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

Shades of Bahama Blue #1F587C

Tints of Bahama Blue #1F587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.21%

 BLUE value IS 124 (48.83% from 255) = 51.03%

R = 12.76%
G = 36.21%
B = 51.03%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F587C (or 0x1F587C) is known color: Bahama Blue. HEX triplet: 1F, 58 and 7C. RGB value is (31,88,124). Sum of RGB (Red+Green+Blue) = 31+88+124=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F587C is #E0A783. Grayscale: #4A4A4A. Windows color (decimal): -14722948 or 8149023. OLE color: 8149023.

HSL color Cylindrical-coordinate representation of color #1F587C: hue angle of 203.23º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F587C is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 88 124 -
CMYK 0.75 0.29 0 0.51
HSL 203.23º 0.6% 0.3% -
HSV(B) 203.23º 0.75% 0.49% -
XYZ 7.69 8.73 20.35 -
YUV 75.06 155.62 96.57 -
System Red Green Blue C M Y K H S L
Decimal 31 88 124 0.75 0.29 0 0.51 203.23 0.6 0.3
Hex 1F 58 7C 4B 1D 0 33 CB 3C 1E
Octal 37 130 174 113 35 0 63 313 74 36
Binary 11111 1011000 1111100 1001011 11101 0 110011 11001011 111100 11110

Color Harmonies of #1F587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F587C

Black with #1F587C

Text Example


Text Example

White with #1F587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,88,124); }

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

background-color css

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

 a { background-color: rgb(31,88,124); }

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

border-color css

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

 span { border-color: rgb(31,88,124); }

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