#1f648c

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

Shades of Bahama Blue #1F648C

Tints of Bahama Blue #1F648C

Color information

#1F648C (or 0x1F648C) is unknown color: approx Bahama Blue. HEX triplet: 1F, 64 and 8C. RGB value is (31,100,140). Sum of RGB (Red+Green+Blue) = 31+100+140=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F648C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F648C is #E09B73. Grayscale: #535353. Windows color (decimal): -14719860 or 9200671. OLE color: 9200671.

HSL color Cylindrical-coordinate representation of color #1F648C: hue angle of 202.02º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F648C is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB31100140-
CMYK0.780.2900.45
HSL202.02º63.74%33.53%-
HSV(B)202.02º77.86%54.9%-
XYZ9.8611.326.47-
YUV83.93159.6490.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.44%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 140 (55.08% from 255) = 51.66%
R=11.44%
G=36.90%
B=51.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal311001400.780.2900.45202.0263.7433.53
Hex1F648C4E1D02Dca4022
Octal371442141163505531210042
Binary111111100100100011001001110111010101101110010101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f648c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,100,140); }

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

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

 a { background-color: rgb(31,100,140); }

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

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

 span { border-color: rgb(31,100,140); }

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