Html Css Color HEX #1F527C Bahama Blue

📋 copy color: '#1F527C'

red 31 ◦ green 82 ◦ blue 124

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

Shades of Bahama Blue #1F527C

Tints of Bahama Blue #1F527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.6%

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

R = 13.08%
G = 34.6%
B = 52.32%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F527C (or 0x1F527C) is known color: Bahama Blue. HEX triplet: 1F, 52 and 7C. RGB value is (31,82,124). Sum of RGB (Red+Green+Blue) = 31+82+124=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F527C is #E0AD83. Grayscale: #474747. Windows color (decimal): -14724484 or 8147487. OLE color: 8147487.

HSL color Cylindrical-coordinate representation of color #1F527C: hue angle of 207.1º 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 #1F527C is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 82 124 -
CMYK 0.75 0.34 0 0.51
HSL 207.1º 0.6% 0.3% -
HSV(B) 207.1º 0.75% 0.49% -
XYZ 7.22 7.78 20.19 -
YUV 71.54 157.6 99.08 -
System Red Green Blue C M Y K H S L
Decimal 31 82 124 0.75 0.34 0 0.51 207.1 0.6 0.3
Hex 1F 52 7C 4B 22 0 33 CF 3C 1E
Octal 37 122 174 113 42 0 63 317 74 36
Binary 11111 1010010 1111100 1001011 100010 0 110011 11001111 111100 11110

Color Harmonies of #1F527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F527C

Black with #1F527C

Text Example


Text Example

White with #1F527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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