Html Css Color HEX #1F597E Bahama Blue

📋 copy color: '#1F597E'

red 31 ◦ green 89 ◦ blue 126

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

Shades of Bahama Blue #1F597E

Tints of Bahama Blue #1F597E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.18%

 BLUE value IS 126 (49.61% from 255) = 51.22%

R = 12.6%
G = 36.18%
B = 51.22%

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

#1F597E (or 0x1F597E) is known color: Bahama Blue. HEX triplet: 1F, 59 and 7E. RGB value is (31,89,126). Sum of RGB (Red+Green+Blue) = 31+89+126=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #1F597E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F597E is #E0A681. Grayscale: #4B4B4B. Windows color (decimal): -14722690 or 8280351. OLE color: 8280351.

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

Color convert

RGB 31 89 126 -
CMYK 0.75 0.29 0 0.51
HSL 203.37º 0.61% 0.31% -
HSV(B) 203.37º 0.75% 0.49% -
XYZ 7.9 8.94 21.05 -
YUV 75.88 156.28 95.99 -
System Red Green Blue C M Y K H S L
Decimal 31 89 126 0.75 0.29 0 0.51 203.37 0.61 0.31
Hex 1F 59 7E 4B 1D 0 33 CB 3D 1F
Octal 37 131 176 113 35 0 63 313 75 37
Binary 11111 1011001 1111110 1001011 11101 0 110011 11001011 111101 11111

Color Harmonies of #1F597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F597E

Black with #1F597E

Text Example


Text Example

White with #1F597E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,89,126); }

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

background-color css

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

 a { background-color: rgb(31,89,126); }

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

border-color css

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

 span { border-color: rgb(31,89,126); }

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