Html Css Color HEX #1F587B Bahama Blue

📋 copy color: '#1F587B'

red 31 ◦ green 88 ◦ blue 123

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

Shades of Bahama Blue #1F587B

Tints of Bahama Blue #1F587B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 50.83%

R = 12.81%
G = 36.36%
B = 50.83%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1F587B (or 0x1F587B) is known color: Bahama Blue. HEX triplet: 1F, 58 and 7B. RGB value is (31,88,123). Sum of RGB (Red+Green+Blue) = 31+88+123=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #1F587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F587B is #E0A784. Grayscale: #4A4A4A. Windows color (decimal): -14722949 or 8083487. OLE color: 8083487.

HSL color Cylindrical-coordinate representation of color #1F587B: hue angle of 202.83º degrees, saturation: 0.6, 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 #1F587B is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 31 88 123 -
CMYK 0.75 0.28 0 0.52
HSL 202.83º 0.6% 0.3% -
HSV(B) 202.83º 0.75% 0.48% -
XYZ 7.63 8.7 20.02 -
YUV 74.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 31 88 123 0.75 0.28 0 0.52 202.83 0.6 0.3
Hex 1F 58 7B 4B 1C 0 34 CB 3C 1E
Octal 37 130 173 113 34 0 64 313 74 36
Binary 11111 1011000 1111011 1001011 11100 0 110100 11001011 111100 11110

Color Harmonies of #1F587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F587B

Black with #1F587B

Text Example


Text Example

White with #1F587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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