#1F527B

Color #1F527B Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #1F527B

Tints of Bahama Blue #1F527B

Color information

#1F527B (or 0x1F527B) is unknown color: approx Bahama Blue. HEX triplet: 1F, 52 and 7B. RGB value is (31,82,123). Sum of RGB (Red+Green+Blue) = 31+82+123=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #1F527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F527B is #E0AD84. Grayscale: #474747. Windows color (decimal): -14724485 or 8081951. OLE color: 8081951.

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

Color convert

RGB3182123-
CMYK0.750.3300.52
HSL206.74º59.74%30.2%-
HSV(B)206.74º74.8%48.24%-
XYZ7.167.7619.86-
YUV71.42157.199.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.14%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 123 (48.44% from 255) = 52.12%
R=13.14%
G=34.75%
B=52.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31821230.750.3300.52206.7459.7430.2
Hex1F527B4B21034cf3c1e
Octal37122173113410643177436
Binary1111110100101111011100101110000101101001100111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F527B;
 }
 .AnyTagClassName
 {
   color: #1F527B;
 }
</style>
background-color css

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

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

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

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

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

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